Skip to content

Commit 69f1632

Browse files
authored
Patch updates
1 parent 0a59ce3 commit 69f1632

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Diff for: build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
55

66
ThisBuild / organization := "com.47deg"
77

8-
val scala212 = "2.12.18"
9-
val scala213 = "2.13.12"
8+
val scala212 = "2.12.19"
9+
val scala213 = "2.13.13"
1010
val scala3Version = "3.3.1"
1111
val scala2Versions = Seq(scala212, scala213)
1212
val allScalaVersions = scala2Versions :+ scala3Version

Diff for: project/ProjectPlugin.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ object ProjectPlugin extends AutoPlugin {
2424
val scalacheck = "1.17.0"
2525
val scalacheckShapeless = "1.3.0"
2626
val scalacheckPlusScalatest = "3.2.14.0"
27-
val scalatest: String = "3.2.17"
28-
val shapeless3 = "3.4.0"
27+
val scalatest: String = "3.2.18"
28+
val shapeless3 = "3.4.1"
2929
}
3030

3131
lazy val docsMappingsAPIDir: SettingKey[String] =

Diff for: project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version = 1.9.8
1+
sbt.version = 1.9.9

Diff for: project/plugins.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ 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.9")
6+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11")
77
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
8-
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.1")
8+
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2")
99
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
1010
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
1111
addSbtPlugin("com.alejandrohdezma" % "sbt-codecov" % "0.2.1")

0 commit comments

Comments
 (0)