Skip to content

Commit

Permalink
Merge pull request #1259 from scala-steward/update/sbt-native-package…
Browse files Browse the repository at this point in the history
…r-1.10.4

Update sbt-native-packager to 1.10.4
  • Loading branch information
ddworak authored Aug 6, 2024
2 parents 9cd160b + c861aad commit 8fe14c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ addSbtPlugin("org.scala-js" % "sbt-jsdependencies" % "1.0.2")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
addSbtPlugin("org.jetbrains.scala" % "sbt-ide-settings" % "1.1.2")
addSbtPlugin("com.github.sbt" % "sbt-less" % "2.0.1")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.0")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")

// Deployment configuration
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
Expand Down

0 comments on commit 8fe14c7

Please sign in to comment.