We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3d222f commit 8dfc77aCopy full SHA for 8dfc77a
build.sbt
@@ -7,7 +7,7 @@ import LiftModuleKeys.{liftVersion, liftEdition}
7
//##############
8
9
//scalacOptions in Compile ++= Seq("-doc-root-content", "rootdoc.txt")
10
-onLoad in Global := { s => "dependencyUpdates" :: s }
+// onLoad in Global := { s => "dependencyUpdates" :: s }
11
12
lazy val commonSettings = Seq(
13
organization := "net.liftmodules",
0 commit comments