Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
mio-19 committed Nov 30, 2024
1 parent 8b036f5 commit c2399e6
Show file tree
Hide file tree
Showing 8 changed files with 404 additions and 402 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
2 changes: 1 addition & 1 deletion js-for-jvm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"rollup": "^4.27.3",
"rollup": "^4.27.4",
"ts-morph": "^24.0.0"
}
}
Loading

0 comments on commit c2399e6

Please sign in to comment.