Skip to content

Commit 81f7e68

Browse files
Update scala-library to 2.13.18 (#449)
1 parent d48204b commit 81f7e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
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.20",
6-
crossScalaVersions := Seq("2.12.20", "2.13.17", "3.3.7"),
6+
crossScalaVersions := Seq("2.12.20", "2.13.18", "3.3.7"),
77
scalacOptions ++= List("-release", "8"),
88
javacOptions ++= List("-target", "8", "-source", "8"),
99
organization := "com.thesamet.scalapb"

0 commit comments

Comments
 (0)