Skip to content

Commit

Permalink
sbt 0.13.X should be using sbt-assembly 0.11.X
Browse files Browse the repository at this point in the history
https://github.com/sbt/sbt-assembly/blob/master/README.md

Author: Kalpit Shah <[email protected]>

Closes #555 from kalpit/upgrade/sbtassembly and squashes the following commits:

1fa7324 [Kalpit Shah] sbt 0.13.X should be using sbt-assembly 0.11.X
  • Loading branch information
kalpit authored and pwendell committed Jun 5, 2014
1 parent f6143f1 commit 5473aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolvers += Resolver.url("artifactory", url("http://scalasbt.artifactoryonline.

resolvers += "Typesafe Repository" at "http://repo.typesafe.com/typesafe/releases/"

addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.10.2")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.11.2")

addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.2.0")

Expand Down

0 comments on commit 5473aa7

Please sign in to comment.