mirror of https://github.com/sbt/sbt.git
1.3.0-SNAPSHOT
This commit is contained in:
parent
125087a0ff
commit
aec08f6760
|
|
@ -10,7 +10,7 @@ def buildLevelSettings: Seq[Setting[_]] =
|
||||||
inThisBuild(
|
inThisBuild(
|
||||||
Seq(
|
Seq(
|
||||||
organization := "org.scala-sbt",
|
organization := "org.scala-sbt",
|
||||||
version := "1.2.1-SNAPSHOT",
|
version := "1.3.0-SNAPSHOT",
|
||||||
description := "sbt is an interactive build tool",
|
description := "sbt is an interactive build tool",
|
||||||
bintrayOrganization := Some("sbt"),
|
bintrayOrganization := Some("sbt"),
|
||||||
bintrayRepository := {
|
bintrayRepository := {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue