Skip to content

Commit a8e02bc

Browse files
Update scala-library to 2.12.19 (#352)
1 parent 18db739 commit a8e02bc

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.18",
6-
crossScalaVersions := Seq("2.12.18", "2.13.12"),
5+
scalaVersion := "2.12.19",
6+
crossScalaVersions := Seq("2.12.19", "2.13.12"),
77
scalacOptions ++= List("-release", "8"),
88
javacOptions ++= List("-target", "8", "-source", "8"),
99
organization := "com.thesamet.scalapb"

0 commit comments

Comments
 (0)