Skip to content

Commit

Permalink
Revert build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
Friendseeker committed Dec 15, 2023
1 parent b4a5377 commit cd376cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ lazy val zincRoot: Project = (project in file("."))
baseSettings,
name := "zinc Root",
mimaPreviousArtifacts := Set.empty,
scriptedBufferLog := false,
scriptedBufferLog := true,
scripted := scriptedTask.evaluated,
scripted / watchTriggers += baseDirectory.value.toGlob / "zinc" / "src" / "sbt-test" / **,
Scripted.scriptedSource := (zinc212 / sourceDirectory).value / "sbt-test",
Expand Down

0 comments on commit cd376cb

Please sign in to comment.