Skip to content

Commit

Permalink
Merge pull request #136 from http4s/update/sbt-assembly-2.3.1
Browse files Browse the repository at this point in the history
Update sbt-assembly to 2.3.1
  • Loading branch information
froth authored Jan 23, 2025
2 parents 51911f2 + bd0a7e1 commit 96123c7
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 @@ -39,7 +39,7 @@ lazy val root = project.in(file("."))
),
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2"),
addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0"),
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0"),
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1"),
Test / test := {
val _ = (Test / g8Test).toTask("").value
},
Expand Down

0 comments on commit 96123c7

Please sign in to comment.