Skip to content

Commit

Permalink
Update scala-library to 2.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo committed Sep 12, 2023
1 parent 1f2153c commit 35ac5ef
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 @@ -26,7 +26,7 @@ object Common extends AutoPlugin {
val zioAwsVersionPrefix = s"$majorVersion.$awsSubVersion."

val scala212Version = "2.12.15"
val scala213Version = "2.13.8"
val scala213Version = "2.13.12"
val scala3Version = "3.1.0"

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

val scala212 = ScalaVersion("2.12.15")
val scala213 = ScalaVersion("2.13.8")
val scala213 = ScalaVersion("2.13.12")
val scala3 = ScalaVersion("3.1.0")
val scalaVersions = Seq(
scala212,
Expand Down

0 comments on commit 35ac5ef

Please sign in to comment.