Skip to content

Commit fc461bb

Browse files
authored
Merge pull request #224 from scala-steward/update/scala-library-2.13.15
Update scala-library to 2.13.15
2 parents 1f84e62 + 217a65a commit fc461bb

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
@@ -15,7 +15,7 @@ licenses := Seq("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0.
1515
scalaVersion := "3.4.3"
1616

1717
// Remember: also update scala versions in .travis.yml!
18-
crossScalaVersions := Seq("2.12.20", "2.13.14", "3.4.3")
18+
crossScalaVersions := Seq("2.12.20", "2.13.15", "3.4.3")
1919

2020
scalacOptions ++= Seq(
2121
"-unchecked",

0 commit comments

Comments
 (0)