Merge pull request #3553 from eed3si9n/wip/bump_version

1.0.3-SNAPSHOT
This commit is contained in:
eugene yokota 2017-09-16 15:53:51 -04:00 committed by GitHub
commit 2e4873c7fb
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ def buildLevelSettings: Seq[Setting[_]] =
inThisBuild(
Seq(
organization := "org.scala-sbt",
version := "1.0.2-SNAPSHOT",
version := "1.0.3-SNAPSHOT",
description := "sbt is an interactive build tool",
bintrayOrganization := Some("sbt"),
bintrayRepository := {

View File

@ -1,3 +1,3 @@
#!/bin/bash
rm -rf ~/.sbt/boot/scala-2.12.2/org.scala-sbt/sbt/1.0.0-SNAPSHOT/
rm -rf ~/.sbt/boot/scala-2.12.3/org.scala-sbt/sbt/1.0.3-SNAPSHOT/