Skip to content

Commit 5d2646c

Browse files
Update scala-library to 2.12.20 (#374)
1 parent c574d50 commit 5d2646c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import com.typesafe.tools.mima.core._
22

33
inThisBuild(
44
List(
5-
scalaVersion := "2.12.19",
6-
crossScalaVersions := Seq("2.12.19", "2.13.14"),
5+
scalaVersion := "2.12.20",
6+
crossScalaVersions := Seq("2.12.20", "2.13.14"),
77
scalacOptions ++= List("-release", "8"),
88
javacOptions ++= List("-target", "8", "-source", "8"),
99
organization := "com.thesamet.scalapb"

0 commit comments

Comments
 (0)