Skip to content

Commit

Permalink
bump(tests): scalapb-runtime 0.11.15 (was 0.11.13) (#1712)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Mar 20, 2024
1 parent d18f657 commit 909f9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ lazy val tests = project
// Schema registry uses Glassfish which uses java.util.logging
"org.slf4j" % "jul-to-slf4j" % slf4jVersion % Test,
"org.mockito" % "mockito-core" % "5.10.0" % Test,
"com.thesamet.scalapb" %% "scalapb-runtime" % "0.11.13" % Test
"com.thesamet.scalapb" %% "scalapb-runtime" % "0.11.15" % Test
),
resolvers ++= Seq(
"Confluent Maven Repo" at "https://packages.confluent.io/maven/"
Expand Down

0 comments on commit 909f9e2

Please sign in to comment.