Skip to content

Commit

Permalink
use sbt 0.13 when building debian package
Browse files Browse the repository at this point in the history
  • Loading branch information
mkroli committed Feb 2, 2014
1 parent 7e5a82e commit fc8b774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SBT=java -jar $(SBT_LAUNCH_JAR)
sbt:
[ -r $(SBT_LAUNCH_JAR) ] \
|| wget -O $(SBT_LAUNCH_JAR) \
http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch//0.12.4/sbt-launch.jar
http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch//0.13.1/sbt-launch.jar

override_dh_auto_clean:
rm -rf target project/target project/project
Expand Down

0 comments on commit fc8b774

Please sign in to comment.