From 786b10393b62dbb8d2f1396601a5c9e032a450ef Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 18 Feb 2023 14:45:42 +0000 Subject: [PATCH] chore: Update sbt-assembly from 2.1.0 to 2.1.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index e432922a..d49273c7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,7 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.14") addSbtPlugin( "org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0" excludeAll (ExclusionRule(organization = "com.danieltrinh")) ) -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.0") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2") addDependencyTreePlugin