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
typelevel-steward[bot] committed Sep 11, 2023
1 parent 4815af8 commit 7919fda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ThisBuild / githubWorkflowBuildPreamble +=
)

val Scala212 = "2.12.18"
val Scala213 = "2.13.11"
val Scala213 = "2.13.12"
val Scala3 = "3.3.1"
ThisBuild / crossScalaVersions := Seq(Scala212, Scala3, Scala213)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
scalaVersion := "2.13.11"
scalaVersion := "2.13.12"
enablePlugins(LambdaJSPlugin)

0 comments on commit 7919fda

Please sign in to comment.