Skip to content

Commit

Permalink
Update slash to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 5, 2023
1 parent 5868100 commit f16f6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ lazy val mesh = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.settings(
name := "mesh",
libraryDependencies ++= Seq(
"ai.dragonfly" %%% "slash" % "0.3"
"ai.dragonfly" %%% "slash" % "0.3.1"
),
)
.jsSettings()
Expand Down

0 comments on commit f16f6c2

Please sign in to comment.