Skip to content

Commit

Permalink
Prepare for next iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfarwellnexthink committed Aug 20, 2017
1 parent 977dd52 commit fc584ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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 := {
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "1.0.0"
version in ThisBuild := "1.1.0-SNAPSHOT"

0 comments on commit fc584ba

Please sign in to comment.