Skip to content

Commit

Permalink
Merge pull request #1614 from gemini-hlsw/update/sbt-native-packager-…
Browse files Browse the repository at this point in the history
…1.11.1

Update sbt-native-packager to 1.11.1
  • Loading branch information
jluhrs authored Feb 5, 2025
2 parents a13c903 + cf7c51d commit c39d3cd
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 @@ -9,7 +9,7 @@ addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")

// Support making distributions
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.0")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.1")

// Generate code for GraphQL queries
addSbtPlugin("edu.gemini" % "sbt-clue" % "0.43.0")

0 comments on commit c39d3cd

Please sign in to comment.