Skip to content

Commit

Permalink
Merge pull request #517 from typelevel/update/scala-library-2.13.15
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.15
  • Loading branch information
armanbilge authored Sep 27, 2024
2 parents 95e6c5e + 73bb3ca commit 6159b1b
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 @@ -46,7 +46,7 @@ ThisBuild / githubWorkflowBuildPreamble +=
)

val Scala212 = "2.12.19"
val Scala213 = "2.13.14"
val Scala213 = "2.13.15"
val Scala3 = "3.3.4"
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.14"
scalaVersion := "2.13.15"
enablePlugins(LambdaJSPlugin)

0 comments on commit 6159b1b

Please sign in to comment.