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

Commit

Permalink
SBT 0.13.7
Browse files Browse the repository at this point in the history
This allows build.sbt files without previously required blank line
separators.
http://www.scala-sbt.org/0.13/tutorial/Bare-Def.html

Closes #34387.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
zmoazeni authored and MikeMcQuaid committed Nov 22, 2014
1 parent fe87e2d commit c679fbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Formula/sbt.rb
Expand Up @@ -2,8 +2,8 @@

class Sbt < Formula
homepage "http://www.scala-sbt.org"
url "http://dl.bintray.com/sbt/native-packages/sbt/0.13.6/sbt-0.13.6.tgz"
sha1 "3efd29e51751157777c4e001acc106b8737e0720"
url "https://dl.bintray.com/sbt/native-packages/sbt/0.13.7/sbt-0.13.7.tgz"
sha1 "0ee4df9a5bd6dc478f9007ebdb24bacd1cf2731c"

def install
inreplace "bin/sbt" do |s|
Expand Down

0 comments on commit c679fbc

Please sign in to comment.