From fc584ba9d233e2adf3639746f3430dd2a432b69f Mon Sep 17 00:00:00 2001 From: Matthew Farwell Date: Sun, 20 Aug 2017 23:14:40 +0200 Subject: [PATCH] Prepare for next iteration --- build.sbt | 2 +- version.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 3e86860..7e27f3b 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ resolvers += "sonatype-releases" at "https://oss.sonatype.org/content/repositori //resolvers += "Local Maven Repository" at "file://"+Path.userHome.absolutePath+"/dev/repo/" libraryDependencies ++= Seq( - "org.scalastyle" %% "scalastyle" % "1.0.0" + "org.scalastyle" %% "scalastyle" % "1.1.0-SNAPSHOT" ) publishTo := { diff --git a/version.sbt b/version.sbt index 3265844..bd72757 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "1.0.0" +version in ThisBuild := "1.1.0-SNAPSHOT"