Skip to content

Commit 182b829

Browse files
committed
1.0.3-SNAPSHOT
1 parent c855f0c commit 182b829

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def buildLevelSettings: Seq[Setting[_]] =
99
inThisBuild(
1010
Seq(
1111
organization := "org.scala-sbt",
12-
version := "1.0.2-SNAPSHOT",
12+
version := "1.0.3-SNAPSHOT",
1313
description := "sbt is an interactive build tool",
1414
bintrayOrganization := Some("sbt"),
1515
bintrayRepository := {

reset.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
rm -rf ~/.sbt/boot/scala-2.12.2/org.scala-sbt/sbt/1.0.0-SNAPSHOT/
3+
rm -rf ~/.sbt/boot/scala-2.12.3/org.scala-sbt/sbt/1.0.3-SNAPSHOT/

0 commit comments

Comments
 (0)