Skip to content

Commit

Permalink
chore(Dependencies) : update scala-library from 2.13.10 to 2.13.16
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 19, 2025
1 parent a76a011 commit a3ceed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import sbt.{ Def, Tests, _ }

object Settings {

lazy val scala213 = "2.13.10"
lazy val scala213 = "2.13.16"
lazy val scala212 = "2.12.17"
lazy val supportedScalaVersions = List(scala213, scala212)

Expand Down

0 comments on commit a3ceed7

Please sign in to comment.