Skip to content

merge queue: embarking 0.11.x (36fcf43), #1875, #1880, #1877, #1876 and #1879 together #1895

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 10 commits into from
Closed
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ object Dependencies {
val grpc = "1.62.2"
val protobuf = "3.25.8"
val collectionCompat = "2.12.0"
val coursier = "2.1.9"
val coursier = "2.1.24"
val protocGen = "0.9.9"
val protobufRuntimeScala = "0.8.16"
val commonsCodec = "1.16.1"
val commonsCodec = "1.18.0"

// For testing
val annotationApi = "1.3.2"
val cats = "2.6.1"
val mockito = "5.11.0"
val mockito = "5.18.0"
val munit = "1.0.0-M12"
val scalaTest = "3.2.18"
val scalaTestPlusMockito = "3.1.0.0"
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.16.0")
val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.19.0")

addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.15.0")

Expand All @@ -10,7 +10,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)

addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.8")

addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")

addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")

Expand Down
Loading