Skip to content

Commit

Permalink
Update scala-library to 2.13.16 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 29, 2025
1 parent 01ad307 commit 014ffd0
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 @@ -28,8 +28,8 @@ inThisBuild(
url("https://github.com/pjfanning")
),
),
scalaVersion := "2.13.15",
crossScalaVersions := Seq("2.13.15", "2.12.20"),
scalaVersion := "2.13.16",
crossScalaVersions := Seq("2.13.16", "2.12.20"),
scalacOptions ++= Seq(
"-unchecked",
"-deprecation",
Expand Down

0 comments on commit 014ffd0

Please sign in to comment.