Skip to content

Commit

Permalink
bump version to 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Trinh committed Aug 28, 2015
1 parent 55c4086 commit 1657aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ object ScalariformBuild extends Build {
lazy val commonSettings = Defaults.defaultSettings ++ SbtScalariform.defaultScalariformSettings ++ sonatypeSettings ++ Seq(
organization := "org.scalariform",
profileName := "org.scalariform",
version := "0.1.7-SNAPSHOT",
version := "0.1.7",
scalaVersion := "2.10.5",
crossScalaVersions := Seq(
"2.11.6",
Expand Down

0 comments on commit 1657aa4

Please sign in to comment.