Skip to content

Commit 2f5b8f3

Browse files
Update scala-library, scala-reflect to 2.12.20 (lightbend-labs#447)
1 parent 1ac0ae5 commit 2f5b8f3

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
@@ -1,7 +1,7 @@
11
// basics
22

33
name := "scala-logging"
4-
crossScalaVersions := Seq("3.3.3", "2.11.12", "2.12.19", "2.13.14")
4+
crossScalaVersions := Seq("3.3.3", "2.11.12", "2.12.20", "2.13.14")
55
scalaVersion := crossScalaVersions.value.head
66
ThisBuild / versionScheme := Some("early-semver")
77
scalacOptions ++= Seq(

0 commit comments

Comments
 (0)