Skip to content

Commit cef750c

Browse files
authored
Merge pull request #3548 from scala-steward-dev/update/scala-library-2.13.16
Update scala-library to 2.13.16
2 parents 2113596 + 8233646 commit cef750c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ val moduleCrossPlatformMatrix: Map[String, List[Platform]] = Map(
2020
"dummy" -> List(JVMPlatform)
2121
)
2222

23-
val Scala213 = "2.13.15"
23+
val Scala213 = "2.13.16"
2424
val Scala3 = "3.3.4"
2525

2626
/// sbt-typelevel configuration

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")
1010
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
1111
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
1212
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.2")
13-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2")
13+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.0")
1414
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.7.6")
1515

1616
ThisBuild / evictionErrorLevel := Level.Info

0 commit comments

Comments
 (0)