We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80568d5 commit 112064eCopy full SHA for 112064e
project/plugins.sbt
@@ -7,7 +7,7 @@ addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-publish" %
7
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.0")
8
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0")
9
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0")
10
-addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2")
+addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.0")
11
12
libraryDependencies += "com.amazonaws" % "aws-java-sdk-s3" % "1.11.601"
13
0 commit comments