Skip to content

Commit

Permalink
Update scalapb-runtime to 0.11.17
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 4, 2024
1 parent 864da86 commit 5b237b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Deps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ object Deps {

val cats = dep("org.typelevel" %%% "cats-core" % "2.9.0")

val scalapb = dep("com.thesamet.scalapb" %%% "scalapb-runtime" % "0.11.13")
val scalapb = dep("com.thesamet.scalapb" %%% "scalapb-runtime" % "0.11.17")

val circe = new {
private val version = "0.14.1"
Expand Down

0 comments on commit 5b237b1

Please sign in to comment.