mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 11:01:08 +02:00
fix deprecated colon syntax in build.sbt
This commit is contained in:
@@ -200,7 +200,7 @@ lazy val sbtRoot: Project = (project in file("."))
|
||||
Utils.noPublish,
|
||||
publishLocal := {},
|
||||
Global / commands += Command
|
||||
.single("sbtOn")((state, dir) => s"sbtProj/test:runMain sbt.RunFromSourceMain $dir" :: state),
|
||||
.single("sbtOn")((state, dir) => s"sbtProj/Test/runMain sbt.RunFromSourceMain $dir" :: state),
|
||||
mimaSettings,
|
||||
mimaPreviousArtifacts := Set.empty,
|
||||
buildThinClient := (sbtClientProj / buildThinClient).evaluated,
|
||||
|
||||
Reference in New Issue
Block a user