We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c4086 commit 1657aa4Copy full SHA for 1657aa4
project/Build.scala
@@ -26,7 +26,7 @@ object ScalariformBuild extends Build {
26
lazy val commonSettings = Defaults.defaultSettings ++ SbtScalariform.defaultScalariformSettings ++ sonatypeSettings ++ Seq(
27
organization := "org.scalariform",
28
profileName := "org.scalariform",
29
- version := "0.1.7-SNAPSHOT",
+ version := "0.1.7",
30
scalaVersion := "2.10.5",
31
crossScalaVersions := Seq(
32
"2.11.6",
0 commit comments