From bd0a7e139644de14dd9a3fcf361addf66d6a3e86 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 04:12:36 +0000 Subject: [PATCH] Update sbt-assembly to 2.3.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 672218c..48f2810 100644 --- a/build.sbt +++ b/build.sbt @@ -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 },