File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1+ # Scala Steward: Reformat with scalafmt 3.9.9
2+ 424ec59eb4865feb383ca53b4278dfb8b9b6c36c
Original file line number Diff line number Diff line change 1- version = 3.9 .8
1+ version = 3.9 .9
22project.layout = StandardConvention
33runner.dialect = scala3
44maxColumn = 100
Original file line number Diff line number Diff line change 1- addSbtPlugin(" com.github.sbt" % " sbt-pgp" % " 2.3.1" )
1+ addSbtPlugin(" com.github.sbt" % " sbt-pgp" % " 2.3.1" )
22// TODO: Fixes jacoco error:
33// java.lang.NoClassDefFoundError: Could not initialize class org.jacoco.core.internal.flow.ClassProbesAdapter
44// addSbtPlugin("com.github.sbt" % "sbt-jacoco" % "3.3.0")
5- addSbtPlugin(" org.xerial.sbt" % " sbt-jcheckstyle" % " 0.2.1" )
5+ addSbtPlugin(" org.xerial.sbt" % " sbt-jcheckstyle" % " 0.2.1" )
66addSbtPlugin(" com.github.sbt" % " sbt-osgi" % " 0.10.0" )
7- addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.5" )
8- addSbtPlugin(" com.github.sbt" % " sbt-dynver" % " 5.1.1" )
7+ addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.5" )
8+ addSbtPlugin(" com.github.sbt" % " sbt-dynver" % " 5.1.1" )
99
1010scalacOptions ++= Seq (" -deprecation" , " -feature" )
You can’t perform that action at this time.
0 commit comments