Skip to content

Commit 46e8e87

Browse files
author
Daniel Trinh
committed
update version to 0.1.6
1 parent 97267df commit 46e8e87

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.6-SNAPSHOT",
29+
version := "0.1.6",
3030
scalaVersion := "2.10.4",
3131
crossScalaVersions := Seq(
3232
"2.11.6",

0 commit comments

Comments
 (0)