We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3098397 commit f1e1219Copy full SHA for f1e1219
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.13"),
+ crossScalaVersions := Seq("2.12.19", "2.13.14"),
7
scalacOptions ++= List("-release", "8"),
8
javacOptions ++= List("-target", "8", "-source", "8"),
9
organization := "com.thesamet.scalapb"
0 commit comments