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 3e7a29c commit e16a6bcCopy full SHA for e16a6bc
project/Build.scala
@@ -21,7 +21,7 @@ object ScalariformBuild extends Build {
21
|Using 1.7 to build requires setting SBT to use JDK 1.7 or higher -- if SBT is
22
|booting on JDK 1.6, you will get a javax.swing related compilation error.""".stripMargin
23
24
- lazy val commonSettings = SbtScalariform.defaultScalariformSettings ++ sonatypeSettings ++ Seq(
+ lazy val commonSettings = Defaults.defaultConfigs ++ SbtScalariform.defaultScalariformSettings ++ sonatypeSettings ++ Seq(
25
organization := "org.scalariform",
26
profileName := "org.scalariform",
27
version := "0.2.0-SNAPSHOT",
0 commit comments