We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8e02bc commit 1535be3Copy full SHA for 1535be3
build.sbt
@@ -3,7 +3,7 @@ import com.typesafe.tools.mima.core._
3
inThisBuild(
4
List(
5
scalaVersion := "2.12.19",
6
- crossScalaVersions := Seq("2.12.19", "2.13.12"),
+ crossScalaVersions := Seq("2.12.19", "2.13.13"),
7
scalacOptions ++= List("-release", "8"),
8
javacOptions ++= List("-target", "8", "-source", "8"),
9
organization := "com.thesamet.scalapb"
0 commit comments