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.
2 parents 2fe046e + 2501e09 commit 390a255Copy full SHA for 390a255
.git-blame-ignore-revs
@@ -0,0 +1,2 @@
1
+# Scala Steward: Reformat with scalafmt 3.7.15
2
+bda5a2e3adb32a2c2651ab1a349b5b86402192be
.scalafmt.conf
@@ -1,5 +1,5 @@
# https://scalameta.org/scalafmt/docs/configuration.html
-version = "3.5.9"
+version = "3.7.15"
3
runner.dialect = scala213source3
4
maxColumn = 140
5
project.git = true
project/MetaInfLicenseCopy.scala
@@ -1,8 +1,7 @@
import sbt.*
import sbt.Keys.*
-/**
- * Copies LICENSE file into jar META-INF dir
+/** Copies LICENSE file into jar META-INF dir
6
*/
7
object MetaInfLicenseCopy {
8
0 commit comments