Skip to content

Commit ffe4431

Browse files
committed
Fix build sbt
1 parent 92744ef commit ffe4431

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ lazy val e2eTest = (project in file("cyfra-e2e-test"))
140140
lazy val root = (project in file("."))
141141
.settings(name := "Cyfra")
142142
.settings(publish / skip := true)
143-
.aggregate(compiler, dsl, foton, core, runtime, vulkan, examples, fs2interop, fluids, analytics, utility, spirvTools, vscode, )
143+
.aggregate(compiler, dsl, foton, core, runtime, vulkan, examples, fs2interop, fluids, analytics, utility, spirvTools, vscode)
144144

145145
e2eTest / Test / javaOptions ++= Seq("-Dorg.lwjgl.system.stackSize=1024", "-DuniqueLibraryNames=true")
146146

0 commit comments

Comments
 (0)