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
  • Loading branch information
kalpit committed Apr 25, 2014
1 parent dc3b640 commit 1fa7324
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 1fa7324

Please sign in to comment.