Skip to content

Commit

Permalink
Merge pull request #59 from http4s/update/sbt-assembly-2.1.4
Browse files Browse the repository at this point in the history
Update sbt-assembly to 2.1.4
  • Loading branch information
froth authored Oct 27, 2023
2 parents 70f767a + 9766954 commit ff955be
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.3"),
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.4"),
Test / test := {
val _ = (Test / g8Test).toTask("").value
},
Expand Down

0 comments on commit ff955be

Please sign in to comment.