From 8aa6ea170d63b67f2a473286984df7b10de04d33 Mon Sep 17 00:00:00 2001 From: Max Gonzih Date: Tue, 18 Oct 2022 08:23:32 +0000 Subject: [PATCH] Update sbt-assembly to 2.0.0 --- project/plugins.sbt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 44c48c0..e18a73d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,7 @@ addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.5.3") -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.15.0") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.0.0") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.28") -addCompilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1") // only for scala 2 i think +addCompilerPlugin( + "com.olegpy" %% "better-monadic-for" % "0.3.1" +) // only for scala 2 i think