From 8c70663e1f683623c433e79fd88ce88a5e946c49 Mon Sep 17 00:00:00 2001 From: Alessandro Zoffoli Date: Sat, 29 Oct 2022 01:21:02 +0000 Subject: [PATCH] Update scalapb-runtime, scalapbc to 0.11.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8ba88e9..72d4119 100644 --- a/build.sbt +++ b/build.sbt @@ -103,7 +103,7 @@ ThisBuild / githubWorkflowPublish := Seq( val catsEffects = "org.typelevel" %% "cats-effect" % "3.3.4" val munitCatsEffect = "org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % Test val circeV = "0.14.1" -val scalapbV = "0.11.8" +val scalapbV = "0.11.12" val commonSettings = Seq( scalafmtOnCompile := true,