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 291ebf8 commit 4f7005fCopy full SHA for 4f7005f
.scalafmt.conf
@@ -0,0 +1,2 @@
1
+version = 3.7.4
2
+runner.dialect = scala213
project/plugins.sbt
@@ -3,6 +3,8 @@ logLevel := Level.Warn
3
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.15")
4
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
5
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.0")
6
+addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
7
+
8
9
// Test Coverage plugin.
10
// ~
0 commit comments