Skip to content

Commit 8dfc77a

Browse files
committed
Reming sbt dependencyUpdates module as CI gives error on it.
1 parent b3d222f commit 8dfc77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import LiftModuleKeys.{liftVersion, liftEdition}
77
//##############
88

99
//scalacOptions in Compile ++= Seq("-doc-root-content", "rootdoc.txt")
10-
onLoad in Global := { s => "dependencyUpdates" :: s }
10+
// onLoad in Global := { s => "dependencyUpdates" :: s }
1111

1212
lazy val commonSettings = Seq(
1313
organization := "net.liftmodules",

0 commit comments

Comments
 (0)