Skip to content

Commit 1657aa4

Browse files
author
Daniel Trinh
committed
bump version to 0.1.7
1 parent 55c4086 commit 1657aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ object ScalariformBuild extends Build {
2626
lazy val commonSettings = Defaults.defaultSettings ++ SbtScalariform.defaultScalariformSettings ++ sonatypeSettings ++ Seq(
2727
organization := "org.scalariform",
2828
profileName := "org.scalariform",
29-
version := "0.1.7-SNAPSHOT",
29+
version := "0.1.7",
3030
scalaVersion := "2.10.5",
3131
crossScalaVersions := Seq(
3232
"2.11.6",

0 commit comments

Comments
 (0)