Skip to content

Commit 1aa4df2

Browse files
Update scala-library, scala-reflect to 2.13.16 (#461)
Co-authored-by: Seth Tisue <[email protected]>
1 parent e0a05ab commit 1aa4df2

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

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

0 commit comments

Comments
 (0)