We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27c4230 commit 8c4159aCopy full SHA for 8c4159a
build.sbt
@@ -1,8 +1,8 @@
1
import scalapb.compiler.Version.scalapbVersion
2
3
-scalaVersion := "2.13.15"
+scalaVersion := "2.13.16"
4
5
-crossScalaVersions := Seq("2.12.20", "2.13.15", "3.3.5")
+crossScalaVersions := Seq("2.12.20", "2.13.16", "3.3.5")
6
7
ThisBuild / organization := "com.thesamet.scalapb"
8
0 commit comments