Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
mio-19 committed Dec 2, 2024
1 parent a747c92 commit b0d00c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ lazy val utils = useSpire(
)
.jvmSettings(
libraryDependencies ++= Seq(
"com.lihaoyi" %%% "os-lib" % "0.11.4-M1"
"com.lihaoyi" %%% "os-lib" % "0.11.4-M2"
),
commonJvmLibSettings,
libraryDependencies ++= Seq(
Expand All @@ -447,7 +447,7 @@ lazy val utils = useSpire(
)
.nativeSettings(
libraryDependencies ++= Seq(
"com.lihaoyi" %%% "os-lib" % "0.11.4-M1"
"com.lihaoyi" %%% "os-lib" % "0.11.4-M2"
),
libraryDependencies ++= Seq(
"org.scala-js" %% "scalajs-stubs" % "1.1.0"
Expand Down

0 comments on commit b0d00c6

Please sign in to comment.