Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
mio-19 committed Dec 12, 2024
1 parent cce8143 commit 118402d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ val commonSettings0 = Seq(
scalacOptions ++= Seq("-Wunused:all", "-Xlint:adapted-args"),
scalacOptions ++= Seq("-rewrite", "-source", "3.4-migration"),
libraryDependencies ++= Seq(
"org.scalameta" %%% "munit" % "1.0.2" % Test,
"org.scalameta" %%% "munit" % "1.0.3" % Test,
"org.scalatest" %%% "scalatest" % "3.2.19" % Test,
"org.scalatest" %%% "scalatest-funsuite" % "3.2.19" % Test,
"org.scalatest" %%% "scalatest-shouldmatchers" % "3.2.19" % Test,
Expand Down Expand Up @@ -136,7 +136,7 @@ val scala2Common = Seq(
"-Ytasty-reader"
),
libraryDependencies ++= Seq(
"org.scalameta" %%% "munit" % "1.0.2" % Test cross (CrossVersion.for2_13Use3),
"org.scalameta" %%% "munit" % "1.0.3" % Test cross (CrossVersion.for2_13Use3),
"org.scalatest" %%% "scalatest" % "3.2.19" % Test cross (CrossVersion.for2_13Use3),
"org.scalatest" %%% "scalatest-funsuite" % "3.2.19" % Test cross (CrossVersion.for2_13Use3),
"org.scalatest" %%% "scalatest-shouldmatchers" % "3.2.19" % Test cross (CrossVersion.for2_13Use3),
Expand Down Expand Up @@ -356,7 +356,7 @@ lazy val effektKiama = crossProject(JSPlatform, JVMPlatform, NativePlatform)
commonJvmLibSettings,
libraryDependencies ++= Seq(
"jline" % "jline" % "2.14.6",
"org.rogach" %% "scallop" % "5.1.0",
"org.rogach" %% "scallop" % "5.2.0",
"org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.24.0-SNAPSHOT",
"com.google.code.gson" % "gson" % "2.11.0"
)
Expand Down Expand Up @@ -438,7 +438,7 @@ lazy val utils = useSpire(
)
.jvmSettings(
libraryDependencies ++= Seq(
"com.lihaoyi" %%% "os-lib" % "0.11.4-M2"
"com.lihaoyi" %%% "os-lib" % "0.11.4-M3"
),
commonJvmLibSettings,
libraryDependencies ++= Seq(
Expand All @@ -456,7 +456,7 @@ lazy val utils = useSpire(
)
.nativeSettings(
libraryDependencies ++= Seq(
"com.lihaoyi" %%% "os-lib" % "0.11.4-M2"
"com.lihaoyi" %%% "os-lib" % "0.11.4-M3"
),
libraryDependencies ++= Seq(
"org.scala-js" %% "scalajs-stubs" % "1.1.0"
Expand Down

0 comments on commit 118402d

Please sign in to comment.