Skip to content

Commit

Permalink
Fixes #298. Disabling coursier
Browse files Browse the repository at this point in the history
  • Loading branch information
mccartney committed Mar 11, 2020
1 parent fe04e72 commit 693783c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,6 @@ packageBin in Compile := crossTarget.value / (assemblyJarName in assembly).value

// debug assembly process
//logLevel in assembly := Level.Debug

// https://github.com/sksamuel/scapegoat/issues/298
ThisBuild / useCoursier := false

0 comments on commit 693783c

Please sign in to comment.