File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import ProjectPlugin.on
33ThisBuild / organization := " com.47deg"
44
55val scala212 = " 2.12.18"
6- val scala213 = " 2.13.11 "
6+ val scala213 = " 2.13.12 "
77val scala3Version = " 3.2.2"
88val scala2Versions = Seq (scala212, scala213)
99val allScalaVersions = scala2Versions :+ scala3Version
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ThisBuild / libraryDependencySchemes ++= Seq(
33)
44addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.5.12" )
55addSbtPlugin(" com.47deg" % " sbt-microsites" % " 1.4.3" )
6- addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.0.8 " )
6+ addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.0.9 " )
77addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.2" )
88addSbtPlugin(" org.scalameta" % " sbt-mdoc" % " 2.3.7" )
99addSbtPlugin(" com.github.sbt" % " sbt-unidoc" % " 0.5.0" )
You can’t perform that action at this time.
0 commit comments