Skip to content

Commit

Permalink
sbt-native-packager: 1.9.16 -> 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
earldouglas committed Apr 13, 2024
1 parent 6f40ea6 commit 545fee9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ in
pname = "sectery";
version = "1.0.0";

depsSha256 = "sha256-gDMbTT/+ejjLI2XqXThZ/DtGKnlI3tjR3KaDKmimFZI=";
depsSha256 = "sha256-Sfh0S78NSzjaJDglFvatIHfkZAPRVZjfm40HuNEZtNs=";

src = ./.;

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.1")

0 comments on commit 545fee9

Please sign in to comment.