Skip to content

Commit

Permalink
Merge pull request #12569 from playframework/update/sbt-assembly-2.2.0
Browse files Browse the repository at this point in the history
sbt-assembly 2.2.0 (was 2.1.5)
  • Loading branch information
mkurz committed Apr 30, 2024
2 parents 5eddf3b + 2ab03cd commit 7a355e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ lazy val plugins = (project in file(".")).dependsOn(playDocsPlugin)
lazy val playDocsPlugin = ProjectRef(Path.fileProperty("user.dir").getParentFile, "Play-Docs-Sbt-Plugin")

// Required for Production.md
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.5")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0")

// Add headers to example sources
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
Expand Down

0 comments on commit 7a355e3

Please sign in to comment.