pre-commit/testing/resources/sbt_repo_with_touch_command/build.sbt
2022-12-16 20:21:06 +00:00

6 lines
114 B
Scala

import TouchCommand._
lazy val root = (project in file("."))
.settings(
commands ++= Seq(touchCommand)
)