Skip to content

Commit

Permalink
Update scala-library to 2.13.16 (#1379)
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo authored Jan 20, 2025
1 parent d5e2a77 commit a22014a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Common.scala
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ object Common extends AutoPlugin {
val zioAwsVersionPrefix = s"$majorVersion.$awsSubVersion."

val scala212Version = "2.12.20"
val scala213Version = "2.13.15"
val scala213Version = "2.13.16"
val scala3Version = "3.3.4"

val scalacOptions212 = Seq("-Ypartial-unification", "-deprecation")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ trait GithubActionsGenerator {
.toList ++ separateProjectNames.map(List(_))

val scala212 = ScalaVersion("2.12.20")
val scala213 = ScalaVersion("2.13.15")
val scala213 = ScalaVersion("2.13.16")
val scala3 = ScalaVersion("3.3.4")
val scalaVersions = Seq(
scala212,
Expand Down

0 comments on commit a22014a

Please sign in to comment.