Skip to content

Commit 4b6c3dd

Browse files
committed
local.sbt
1 parent 4c4c5e6 commit 4b6c3dd

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,5 @@
5959
/project/project/target/
6060
/project/project/project/target/
6161
/build-sbt/
62+
63+
local.sbt

local.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
(incOptions in ThisBuild) := (incOptions in ThisBuild).value.withNameHashing(false).withAntStyle(true)

0 commit comments

Comments
 (0)