Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
sbt --devel 0.12.2-RC2
Browse files Browse the repository at this point in the history
Closes #17017.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
rfranco authored and adamv committed Jan 11, 2013
1 parent cab473b commit 8efffb5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Library/Formula/sbt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ class Sbt < Formula
version '0.12.1'
sha1 '45c28c7c6328d6ecf8e9dc51003a0f1af71516ad'

devel do
url 'http://typesafe.artifactoryonline.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.12.2-RC2/sbt-launch.jar'
sha1 '5e33a7cfd88ca0a05fac538649e1c2ed444458cd'
end

def install
(bin+'sbt').write <<-EOS.undent
#!/bin/sh
Expand Down

0 comments on commit 8efffb5

Please sign in to comment.