Skip to content

Commit 7bd6a61

Browse files
authored
Update to sbt-s3 0.9
See scala/scala-jenkins-infra#82
1 parent e49f4b3 commit 7bd6a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ scalacOptions ++= Seq("-deprecation", "-feature", "-Xlint")
22

33
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.0.6")
44

5-
addSbtPlugin("com.typesafe.sbt" % "sbt-s3" % "0.8")
5+
addSbtPlugin("com.typesafe.sbt" % "sbt-s3" % "0.9")
66

77
// git plugin
88
resolvers += "jgit-repo" at "http://download.eclipse.org/jgit/maven"

0 commit comments

Comments
 (0)