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
2
2
project.layout = StandardConvention
3
3
runner.dialect = scala3
4
4
maxColumn = 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" )
2
2
// TODO: Fixes jacoco error:
3
3
// java.lang.NoClassDefFoundError: Could not initialize class org.jacoco.core.internal.flow.ClassProbesAdapter
4
4
// 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" )
6
6
addSbtPlugin(" 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" )
9
9
10
10
scalacOptions ++= Seq (" -deprecation" , " -feature" )
You can’t perform that action at this time.
0 commit comments