Skip to content

Commit

Permalink
sbt-buildinfo: 0.11.0 -> 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
earldouglas committed Mar 24, 2024
1 parent 30e426b commit 0fc8956
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-aWzpZTlLpNJ8nSF6dCG3Go4wu/j4IysbIhQtJaxJmhM=";
depsSha256 = "sha256-tYCabN5jZPkCoz1FAg3lpYfRGn1Y8m+yDhGZ+5EK8mw=";

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.eed3si9n" % "sbt-buildinfo" % "0.11.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0")

0 comments on commit 0fc8956

Please sign in to comment.