File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ ThisBuild / tlSonatypeUseLegacyHost := true // publish to oss.sonatype.org
1515// publish website from this branch
1616ThisBuild / tlSitePublishBranch := Some (" main" )
1717
18- val Scala213 = " 2.13.15 "
19- val scalafixV = " 0.13 .0"
18+ val Scala213 = " 2.13.16 "
19+ val scalafixV = " 0.14 .0"
2020
2121ThisBuild / crossScalaVersions := Seq (Scala213 , " 2.12.20" )
2222ThisBuild / scalaVersion := Scala213 // the default Scala
Original file line number Diff line number Diff line change 1- addSbtPlugin(" org.typelevel" % " sbt-typelevel" % " 0.7.5 " )
2- addSbtPlugin(" org.typelevel" % " sbt-typelevel-site" % " 0.7.5 " )
3- addSbtPlugin(" org.typelevel" % " sbt-typelevel-scalafix" % " 0.7.5 " )
1+ addSbtPlugin(" org.typelevel" % " sbt-typelevel" % " 0.7.6 " )
2+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-site" % " 0.7.6 " )
3+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-scalafix" % " 0.7.6 " )
44addSbtPlugin(" org.scalameta" % " sbt-mdoc" % " 2.6.2" )
You can’t perform that action at this time.
0 commit comments