Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit 5edb4da

Browse files
authored
Merge pull request #487 from scala-steward/update/scala-library-2.12.16
Update scala-library, scala-reflect to 2.12.16
2 parents 13792eb + a034e94 commit 5edb4da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ inThisBuild(
2121
)
2222

2323
lazy val scala213 = "2.13.8"
24-
lazy val scala212 = "2.12.15"
24+
lazy val scala212 = "2.12.16"
2525
ThisBuild / crossScalaVersions := Seq(scala213, scala212)
2626
ThisBuild / scalaVersion := scala213
2727
Global / excludeLintKeys ++= Set(publishArtifact, scalacOptions)

0 commit comments

Comments
 (0)