File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
6
6
ThisBuild / organization := " com.47deg"
7
7
8
8
val scala212 = " 2.12.19"
9
- val scala213 = " 2.13.13 "
9
+ val scala213 = " 2.13.14 "
10
10
val scala3Version = " 3.3.3"
11
11
val scala2Versions = Seq (scala212, scala213)
12
12
val allScalaVersions = scala2Versions :+ scala3Version
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ThisBuild / libraryDependencySchemes ++= Seq(
3
3
)
4
4
addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.5.12" )
5
5
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 " )
7
7
addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.2" )
8
8
addSbtPlugin(" org.scalameta" % " sbt-mdoc" % " 2.5.2" )
9
9
addSbtPlugin(" com.github.sbt" % " sbt-unidoc" % " 0.5.0" )
You can’t perform that action at this time.
0 commit comments