Skip to content

Commit 1535be3

Browse files
Update scala-library to 2.13.13 (#353)
1 parent a8e02bc commit 1535be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import com.typesafe.tools.mima.core._
33
inThisBuild(
44
List(
55
scalaVersion := "2.12.19",
6-
crossScalaVersions := Seq("2.12.19", "2.13.12"),
6+
crossScalaVersions := Seq("2.12.19", "2.13.13"),
77
scalacOptions ++= List("-release", "8"),
88
javacOptions ++= List("-target", "8", "-source", "8"),
99
organization := "com.thesamet.scalapb"

0 commit comments

Comments
 (0)