Skip to content

merge queue: embarking 0.11.x (8a4f2b5), #1903, #1904, #1882 and #1885 together #1907

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 9 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Dependencies {
object versions {
val grpc = "1.62.2"
val protobuf = "3.25.8"
val collectionCompat = "2.12.0"
val collectionCompat = "2.13.0"
val coursier = "2.1.24"
val protocGen = "0.9.9"
val protobufRuntimeScala = "0.8.16"
Expand All @@ -16,7 +16,7 @@ object Dependencies {
val annotationApi = "1.3.2"
val cats = "2.6.1"
val mockito = "5.18.0"
val munit = "1.0.0-M12"
val munit = "1.0.0"
val scalaTest = "3.2.19"
val scalaTestPlusMockito = "3.1.0.0"
val scalaTestPlusScalaCheck = "3.2.18.0"
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3")

addSbtPlugin("com.thesamet" % "sbt-protoc-gen-project" % "0.1.8")

addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.1")
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.11.0")

addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.4")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.7.1")

addSbtPlugin("org.scalameta" % "sbt-native-image" % "0.3.4")
Loading