Skip to content

Commit 97fbc03

Browse files
committed
Update spatial to 0.3.2
1 parent 431277f commit 97fbc03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ lazy val uriel = crossProject(JSPlatform, JVMPlatform, NativePlatform)
2828
//Compile / mainClass := Some("ai.dragonfly.uriel.experiments.ColorSpaceNoise"),
2929
libraryDependencies ++= Seq(
3030
"ai.dragonfly" %%% "mesh" % "0.15.2",
31-
"ai.dragonfly" %%% "spatial" % "0.3.1"
31+
"ai.dragonfly" %%% "spatial" % "0.3.2"
3232
)
3333
)
3434
.jsSettings(

0 commit comments

Comments
 (0)