Skip to content

Commit

Permalink
Update scala-library to 2.13.15 (#1334)
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo authored Nov 18, 2024
1 parent b021d58 commit 7845ab2
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.14"
val scala213Version = "2.13.15"
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.14")
val scala213 = ScalaVersion("2.13.15")
val scala3 = ScalaVersion("3.3.4")
val scalaVersions = Seq(
scala212,
Expand Down

0 comments on commit 7845ab2

Please sign in to comment.