Skip to content

Commit

Permalink
Merge branch 'master' into update/sbt-osgi-0.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
balhoff authored Jul 29, 2024
2 parents 1805bf9 + c56b3db commit e655f7d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ lazy val publishSettings = Seq(
lazy val testSettings = Seq(
Test / scalacOptions ++= Seq("-Yrangepos", "-feature"),
testFrameworks += new TestFramework("utest.runner.Framework"),
libraryDependencies ++= Seq("com.lihaoyi" %%% "utest" % "0.7.10" % Test)
libraryDependencies ++= Seq("com.lihaoyi" %%% "utest" % "0.7.11" % Test)
)

lazy val parentProject = project
Expand Down
12 changes: 6 additions & 6 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.9")
addSbtPlugin("com.github.sbt" % "sbt-osgi" % "0.9.11")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.2.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.1")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.5")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16")
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.11")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")

0 comments on commit e655f7d

Please sign in to comment.