Skip to content

Commit

Permalink
Update scala-library to 2.13.15 (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 26, 2024
1 parent 428c4c7 commit b557ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import com.typesafe.tools.mima.core._
inThisBuild(
List(
scalaVersion := "2.12.20",
crossScalaVersions := Seq("2.12.20", "2.13.14"),
crossScalaVersions := Seq("2.12.20", "2.13.15"),
scalacOptions ++= List("-release", "8"),
javacOptions ++= List("-target", "8", "-source", "8"),
organization := "com.thesamet.scalapb"
Expand Down

0 comments on commit b557ac9

Please sign in to comment.