From f16f6c2d1669e9f930b0dafdc2091b4ec1a1003a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 5 Dec 2023 15:52:38 +0000 Subject: [PATCH] Update slash to 0.3.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c0e635c..21ea724 100644 --- a/build.sbt +++ b/build.sbt @@ -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()