Skip to content

Commit

Permalink
update sbt launcher version
Browse files Browse the repository at this point in the history
  • Loading branch information
jastice committed Oct 23, 2018
1 parent 17bb23a commit 84e2e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tasks.xml
Expand Up @@ -5,7 +5,7 @@

<target name="download">
<mkdir dir="sbt/bin"/>
<get src="http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.13.16/sbt-launch.jar"
<get src="http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.13.17/sbt-launch.jar"
dest="sbt/bin/sbt-launch.jar" />
</target>

Expand Down

0 comments on commit 84e2e36

Please sign in to comment.