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

adding sbt --devel 0.12.2-RC2 #17017

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions Library/Formula/sbt.rb
Expand Up @@ -5,6 +5,11 @@ class Sbt < Formula
url 'http://typesafe.artifactoryonline.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.12.1/sbt-launch.jar'
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
Expand Down