Skip to content

Commit

Permalink
Revert "up"
Browse files Browse the repository at this point in the history
This reverts commit c2399e6.
  • Loading branch information
mio-19 committed Dec 1, 2024
1 parent c2399e6 commit a747c92
Show file tree
Hide file tree
Showing 8 changed files with 402 additions and 404 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-M2"
"com.lihaoyi" %%% "os-lib" % "0.11.4-M1"
),
commonJvmLibSettings,
libraryDependencies ++= Seq(
Expand All @@ -447,7 +447,7 @@ lazy val utils = useSpire(
)
.nativeSettings(
libraryDependencies ++= Seq(
"com.lihaoyi" %%% "os-lib" % "0.11.4-M2"
"com.lihaoyi" %%% "os-lib" % "0.11.4-M1"
),
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.4",
"rollup": "^4.27.3",
"ts-morph": "^24.0.0"
}
}
Loading

0 comments on commit a747c92

Please sign in to comment.