We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f5f590 commit a776fd1Copy full SHA for a776fd1
build.sbt
@@ -2,7 +2,7 @@ import scalapb.compiler.Version.scalapbVersion
2
3
scalaVersion := "2.13.14"
4
5
-crossScalaVersions := Seq("2.12.19", "2.13.14", "3.4.1")
+crossScalaVersions := Seq("2.12.19", "2.13.14", "3.4.2")
6
7
ThisBuild / organization := "com.thesamet.scalapb"
8
0 commit comments