sbt 0.12.3
Closes Homebrew/homebrew#18837. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
780fd209c4
commit
0d0100aae1
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ require 'formula'
|
|||
|
||||
class Sbt < Formula
|
||||
homepage 'http://www.scala-sbt.org'
|
||||
url 'http://typesafe.artifactoryonline.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.12.2/sbt-launch.jar'
|
||||
version '0.12.2'
|
||||
sha1 'ef6213597489edd8d1955086924f488949dd4975'
|
||||
url 'http://typesafe.artifactoryonline.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.12.3/sbt-launch.jar'
|
||||
version '0.12.3'
|
||||
sha1 '38d15379d20a8e8113e59285ff8a1e52b01b98b6'
|
||||
|
||||
devel do
|
||||
url 'http://typesafe.artifactoryonline.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.13.0-M1/sbt-launch.jar'
|
||||
|
|
Loading…
Reference in a new issue