We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30b58fd commit 9f9fb74Copy full SHA for 9f9fb74
project/build.properties
@@ -1 +1 @@
1
-sbt.version = 0.13.17
+sbt.version = 1.1.1
project/plugins.sbt
@@ -1,2 +1,7 @@
+// build management and packaging
2
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.7.0")
3
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.2")
4
+
5
+// coverage
6
+addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")
7
+addSbtPlugin("com.codacy" % "sbt-codacy-coverage" % "1.3.12")
0 commit comments