Skip to content

Commit 64dba0d

Browse files
authored
Merge pull request #255 from scala-steward/update/scala-library-2.13.15
Update scala-library to 2.13.15
2 parents cdd264c + b3b0597 commit 64dba0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ThisBuild / scalaVersion := "3.3.4"
2-
ThisBuild / crossScalaVersions := Seq((ThisBuild / scalaVersion).value, "2.13.14")
2+
ThisBuild / crossScalaVersions := Seq((ThisBuild / scalaVersion).value, "2.13.15")
33

44
lazy val root = project.in(file("."))
55
.aggregate(collectionContrib.jvm, collectionContrib.js, collectionContrib.native)

0 commit comments

Comments
 (0)