Skip to content

Commit 9ab3708

Browse files
Update scala-library, scala-reflect to 2.13.11 (#399)
* Update scala-library, scala-reflect to 2.13.11 * Revert commit(s) 00d6550 * Update scala-library, scala-reflect to 2.13.11
1 parent 6d566fb commit 9ab3708

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.0", "2.11.12", "2.12.17", "2.13.10")
4+
crossScalaVersions := Seq("3.3.0", "2.11.12", "2.12.17", "2.13.11")
55
scalaVersion := crossScalaVersions.value.head
66
ThisBuild / versionScheme := Some("early-semver")
77
scalacOptions ++= Seq(

0 commit comments

Comments
 (0)