sbt --devel 0.13.0-M1
Closes Homebrew/homebrew#18584. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
76bb656b47
commit
3c84473152
1 changed files with 6 additions and 0 deletions
|
@ -6,6 +6,12 @@ class Sbt < Formula
|
|||
version '0.12.2'
|
||||
sha1 'ef6213597489edd8d1955086924f488949dd4975'
|
||||
|
||||
devel do
|
||||
url 'http://typesafe.artifactoryonline.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.13.0-M1/sbt-launch.jar'
|
||||
sha1 'ce2c88315f7c383a51246f5d9ce76fb6c4453ecc'
|
||||
version '0.13.0-M1'
|
||||
end
|
||||
|
||||
def install
|
||||
(bin+'sbt').write <<-EOS.undent
|
||||
#!/bin/sh
|
||||
|
|
Loading…
Reference in a new issue