Skip to content

Commit 6159b1b

Browse files
authored
Merge pull request #517 from typelevel/update/scala-library-2.13.15
Update scala-library to 2.13.15
2 parents 95e6c5e + 73bb3ca commit 6159b1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ThisBuild / githubWorkflowBuildPreamble +=
4646
)
4747

4848
val Scala212 = "2.12.19"
49-
val Scala213 = "2.13.14"
49+
val Scala213 = "2.13.15"
5050
val Scala3 = "3.3.4"
5151
ThisBuild / crossScalaVersions := Seq(Scala212, Scala3, Scala213)
5252

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
scalaVersion := "2.13.14"
1+
scalaVersion := "2.13.15"
22
enablePlugins(LambdaJSPlugin)

0 commit comments

Comments
 (0)