File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- version = "3.9.6 "
1+ version = "3.9.10 "
22runner.dialect = scala213
33maxColumn = 120
44align.preset = most
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ object BuildHelper {
88
99 val Scala212 = " 2.12.20"
1010 val Scala213 = " 2.13.16"
11- val Scala3 = " 3.3.6 "
11+ val Scala3 = " 3.3.7 "
1212
1313 private val stdOptions = Seq (
1414 " -encoding" ,
Original file line number Diff line number Diff line change 1- sbt.version = 1.10.11
1+ sbt.version = 1.11.7
Original file line number Diff line number Diff line change 1- addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.4 " )
1+ addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.6 " )
22
33addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.13.1" )
44
5- addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.3.1 " )
5+ addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.4.3 " )
66
77addSbtPlugin(" org.scalameta" % " sbt-mdoc" % " 2.7.1" )
88
99addSbtPlugin(" ch.epfl.scala" % " sbt-bloop" % " 2.0.10" )
1010
11- addSbtPlugin(" com.github.sbt" % " sbt-unidoc" % " 0.5 .0" )
11+ addSbtPlugin(" com.github.sbt" % " sbt-unidoc" % " 0.6 .0" )
1212
13- addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.9.3 " )
13+ addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.11.2 " )
1414
1515addSbtPlugin(" com.github.reibitto" % " sbt-welcome" % " 0.5.0" )
1616
@@ -24,6 +24,6 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
2424
2525addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.20.1" )
2626
27- libraryDependencies += " org.snakeyaml" % " snakeyaml-engine" % " 2.9 "
27+ libraryDependencies += " org.snakeyaml" % " snakeyaml-engine" % " 2.10 "
2828
2929resolvers += Resolver .sonatypeRepo(" public" )
You can’t perform that action at this time.
0 commit comments