Skip to content

Commit 25d21e5

Browse files
authored
Merge branch 'main' into update/scala-library-2.12.21
2 parents e242857 + f64cf2c commit 25d21e5

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
@@ -23,7 +23,7 @@ lazy val shapelessVersion = "2.3.13"
2323
lazy val silencerVersion = "1.7.1"
2424
lazy val specs2Version = "4.23.0"
2525
lazy val scala212Version = "2.12.21"
26-
lazy val scala213Version = "2.13.17"
26+
lazy val scala213Version = "2.13.18"
2727
lazy val scala3Version = "3.3.7"
2828
// scala-steward:off
2929
lazy val slf4jVersion = "1.7.36"

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ addSbtPlugin("com.github.sbt" % "sbt-site-paradox" % "1.7.0")
44
addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.9.0")
55
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.8.3")
66
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.3")
7-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.2")
7+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.3")
88
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.2")
99
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.8")
1010
addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0")

0 commit comments

Comments
 (0)