Skip to content

Commit 6df45c4

Browse files
authored
Patch updates
1 parent b544639 commit 6df45c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
66
ThisBuild / organization := "com.47deg"
77

88
val scala212 = "2.12.19"
9-
val scala213 = "2.13.13"
9+
val scala213 = "2.13.14"
1010
val scala3Version = "3.3.3"
1111
val scala2Versions = Seq(scala212, scala213)
1212
val allScalaVersions = scala2Versions :+ scala3Version

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ThisBuild / libraryDependencySchemes ++= Seq(
33
)
44
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
55
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.4.4")
6-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11")
6+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.12")
77
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
88
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2")
99
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")

0 commit comments

Comments
 (0)