Skip to content

Commit

Permalink
Add sbt-assembly dependency to override old version
Browse files Browse the repository at this point in the history
  • Loading branch information
jvican committed Mar 29, 2018
1 parent 06cbbe8 commit 709cd49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-integrations/global/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ libraryDependencies := {
// We dont' add sbt-coursier to all because of sbt-native-packager issues, sigh
if (sbtVersion.startsWith("1.")) {
List(
sbtPluginExtra("com.lucidchart" % "sbt-scalafmt" % "1.15", sbtVersion, scalaVersion)
sbtPluginExtra("com.lucidchart" % "sbt-scalafmt" % "1.15", sbtVersion, scalaVersion),
sbtPluginExtra("com.eed3si9n" % "sbt-assembly" % "0.14.6", sbtVersion, scalaVersion)
)
} else {
List()
Expand Down

0 comments on commit 709cd49

Please sign in to comment.