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 b45c90e commit d066051Copy full SHA for d066051
project/plugins.sbt
@@ -5,7 +5,7 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.0")
5
//addSbtPlugin("com.github.sbt" % "sbt-jacoco" % "3.3.0")
6
addSbtPlugin("org.xerial.sbt" % "sbt-jcheckstyle" % "0.2.1")
7
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.6")
8
-addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
+addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
9
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
10
11
scalacOptions ++= Seq("-deprecation", "-feature")
0 commit comments