Skip to content

Commit

Permalink
Merge branch 'main' into update/scala-library-2.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Oct 18, 2024
2 parents cbee1fc + 2541161 commit cbfb148
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ lazy val versions = crossProject(JVMPlatform, JSPlatform)
.settings(
shared,
libraryDependencies ++= Seq(
"com.lihaoyi" %% "utest" % "0.7.11" % Test,
"com.lihaoyi" %% "utest" % "0.8.4" % Test,
"io.github.alexarchambault" %% "data-class" % "0.2.6" % Provided
),
testFrameworks += new TestFramework("utest.runner.Framework"),
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.8.2
sbt.version=1.8.3
8 changes: 4 additions & 4 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.8.0")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.1")
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.17")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.1")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0")
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.20")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")

0 comments on commit cbfb148

Please sign in to comment.