Skip to content

merge queue: embarking 0.11.x (0d22b99), #1880, #1877, #1876, #1879 and #1881 together #1896

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
8 changes: 4 additions & 4 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@ 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"
val scalaTestPlusScalaCheck = "3.2.18.0"
val utest = "0.7.10"
}

val Scala212 = "2.12.19"
val Scala212 = "2.12.20"

val Scala213 = "2.13.16"

Expand Down
2 changes: 1 addition & 1 deletion 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 Down
Loading