1.0.3-SNAPSHOT

This commit is contained in:
Eugene Yokota 2017-09-16 15:51:46 -04:00
parent c855f0cd9e
commit 182b8296da
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,3 +1,3 @@
#!/bin/bash #!/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/