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