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