| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,2 @@ | |||
| 1 | + # Scala Steward: Reformat with scalafmt 3.9.9 | ||
| 2 | + 424ec59eb4865feb383ca53b4278dfb8b9b6c36c | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 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,10 +1,10 @@ | |||
| 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") | |
| Back | FazBrowse Home | New Git URL |
0 commit comments