Skip to content

Commit

Permalink
Update scala-library to 2.12.20 (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 6, 2024
1 parent c574d50 commit 5d2646c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import com.typesafe.tools.mima.core._

inThisBuild(
List(
scalaVersion := "2.12.19",
crossScalaVersions := Seq("2.12.19", "2.13.14"),
scalaVersion := "2.12.20",
crossScalaVersions := Seq("2.12.20", "2.13.14"),
scalacOptions ++= List("-release", "8"),
javacOptions ++= List("-target", "8", "-source", "8"),
organization := "com.thesamet.scalapb"
Expand Down

0 comments on commit 5d2646c

Please sign in to comment.