Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1206227

Browse files
Update scalafmt-core to 3.9.9 (#907)
* Update scalafmt-core to 3.9.9 * Reformat with scalafmt 3.9.9 Executed command: scalafmt --non-interactive * Add 'Reformat with scalafmt 3.9.9' to .git-blame-ignore-revs
1 parent 75482c5 commit 1206227

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.git-blame-ignore-revs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Scala Steward: Reformat with scalafmt 3.9.9
2+
424ec59eb4865feb383ca53b4278dfb8b9b6c36c

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 3.9.8
1+
version = 3.9.9
22
project.layout = StandardConvention
33
runner.dialect = scala3
44
maxColumn = 100

project/plugins.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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")
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")
66
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")
99

1010
scalacOptions ++= Seq("-deprecation", "-feature")

0 commit comments

Comments
 (0)