We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa60fe commit 352a985Copy full SHA for 352a985
.git-blame-ignore-revs
@@ -3,3 +3,6 @@
3
4
# Scala Steward: Reformat with scalafmt 3.7.0
5
b43f95c83b80046478165557a1331efda2593af4
6
+
7
+# Scala Steward: Reformat with scalafmt 3.7.4
8
+3a600982e001d661c8765da066ae454cb45f412a
.scalafmt.conf
@@ -1,5 +1,5 @@
1
# https://scalameta.org/scalafmt/docs/configuration.html
2
-version = "3.7.3"
+version = "3.7.4"
runner.dialect = scala213source3
maxColumn = 140
project.git = true
project/MetaInfLicenseCopy.scala
@@ -1,8 +1,7 @@
import sbt.Keys._
import sbt._
-/**
- * Copies LICENSE file into jar META-INF dir
+/** Copies LICENSE file into jar META-INF dir
*/
object MetaInfLicenseCopy {
0 commit comments