We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eff0eb6 + 8102562 commit c9e01b4Copy full SHA for c9e01b4
1 file changed
project/plugins.sbt
@@ -6,7 +6,7 @@ resolvers ++= Seq(
6
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % sys.props.getOrElse("play.version", "2.9.10"))
7
addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.9.10"))
8
9
-addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")
+addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.0")
10
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.5")
11
12
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
0 commit comments