Skip to content

Commit 1f4cb83

Browse files
committed
Update mesh to 0.15.3
1 parent 431277f commit 1f4cb83

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
@@ -27,7 +27,7 @@ lazy val uriel = crossProject(JSPlatform, JVMPlatform, NativePlatform)
2727
Compile / mainClass := Some("ai.dragonfly.uriel.verification.ConversionFidelity"),
2828
//Compile / mainClass := Some("ai.dragonfly.uriel.experiments.ColorSpaceNoise"),
2929
libraryDependencies ++= Seq(
30-
"ai.dragonfly" %%% "mesh" % "0.15.2",
30+
"ai.dragonfly" %%% "mesh" % "0.15.3",
3131
"ai.dragonfly" %%% "spatial" % "0.3.1"
3232
)
3333
)

0 commit comments

Comments
 (0)