Skip to content

Commit

Permalink
Merge pull request #200 from scala-steward/update/scala-library-2.13.14
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.14
  • Loading branch information
magro authored Jun 23, 2024
2 parents a2336b8 + 6643b55 commit 67110a5
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 @@ -15,7 +15,7 @@ licenses := Seq("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0.
scalaVersion := "3.4.1"

// Remember: also update scala versions in .travis.yml!
crossScalaVersions := Seq("2.12.19", "2.13.13", "3.4.1")
crossScalaVersions := Seq("2.12.19", "2.13.14", "3.4.1")

scalacOptions ++= Seq(
"-unchecked",
Expand Down

0 comments on commit 67110a5

Please sign in to comment.