From 190349d60403595081f3d0c269e3b9a6a67af0a4 Mon Sep 17 00:00:00 2001 From: Denys Zadorozhnyi Date: Thu, 17 Jan 2019 11:12:47 +0200 Subject: [PATCH] remove overriding of gitUncommittedChanges; --- build.sbt | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.sbt b/build.sbt index becbcc1fd3..b8d003e151 100644 --- a/build.sbt +++ b/build.sbt @@ -57,8 +57,6 @@ version in ThisBuild := { } } -git.gitUncommittedChanges in ThisBuild := true - val specialVersion = "master-6eca3f22-SNAPSHOT" val specialCommon = "io.github.scalan" %% "common" % specialVersion val specialCore = "io.github.scalan" %% "core" % specialVersion