mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 10:01:46 +04:00
6 lines
114 B
Scala
6 lines
114 B
Scala
import TouchCommand._
|
|
|
|
lazy val root = (project in file("."))
|
|
.settings(
|
|
commands ++= Seq(touchCommand)
|
|
)
|