Skip to content

Commit

Permalink
Update sbt-assembly to 2.2.0 (#646)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward-projectglow[bot] <159218053+scala-steward-projectglow[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-projectglow[bot] committed Mar 17, 2024
1 parent 93ed249 commit 55da6e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/plugins.sbt
@@ -1,4 +1,4 @@
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.5")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.7")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0")
Expand All @@ -8,4 +8,4 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.10")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
ThisBuild / libraryDependencySchemes ++= Seq(
"org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always
)
)

0 comments on commit 55da6e7

Please sign in to comment.