Skip to content

Commit

Permalink
Update scala-compiler, scala-library, ... to 2.13.16
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and xuwei-k committed Feb 8, 2025
1 parent 42696e0 commit 844309e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import sbt.contraband.ContrabandPlugin.autoImport._

object Dependencies {
val scala212 = "2.12.20"
val scala213 = "2.13.15"
val scala213 = "2.13.16"

def nightlyVersion: Option[String] =
sys.env.get("BUILD_VERSION") orElse sys.props.get("sbt.build.version")
Expand Down

0 comments on commit 844309e

Please sign in to comment.