We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b2ee3d commit 7196d07Copy full SHA for 7196d07
project/plugins.sbt
@@ -5,7 +5,7 @@ addSbtPlugin("com.github.sbt" % "sbt-findbugs" % "2.0.0")
5
addSbtPlugin("com.github.sbt" % "sbt-jacoco" % "3.0.3")
6
addSbtPlugin("org.xerial.sbt" % "sbt-jcheckstyle" % "0.2.0")
7
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.2")
8
-addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC12")
+addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC13")
9
addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.3.0")
10
11
scalacOptions ++= Seq("-deprecation", "-feature")
0 commit comments