Skip to content

Commit

Permalink
Update sbt-assembly to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
http4s-steward[bot] committed Mar 14, 2024
1 parent eae18ff commit 455a341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ lazy val root = project.in(file("."))
),
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0"),
addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0"),
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.5"),
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0"),
Test / test := {
val _ = (Test / g8Test).toTask("").value
},
Expand Down

0 comments on commit 455a341

Please sign in to comment.