Skip to content

Commit

Permalink
chore: Update sbt-assembly from 2.1.0 to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and nightscape committed Feb 18, 2023
1 parent 103338e commit 786b103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 786b103

Please sign in to comment.