Skip to content

Commit

Permalink
chore(deps): update dependency com.eed3si9n:sbt-buildinfo to v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and avdv committed Nov 9, 2024
1 parent 7e55268 commit f81f316
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
# read the first non-empty string from the VERSION file
version = builtins.head (builtins.match "[ \n]*([^ \n]+).*" (builtins.readFile ./VERSION));

depsSha256 = "sha256-MIEhr/mz7detTqWvw80pwG1omBDroyxI+bubISUhnOc=";
depsSha256 = "sha256-LwOKNjDXi5D2GkDvo0SRhOxq7pIW19wMhmq8E7xIyWo=";

src = filter {
root = self;
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ val scalaNativeVersion = "0.5.5"
addSbtPlugin("org.scala-native" % "sbt-scala-native" % scalaNativeVersion)
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")

0 comments on commit f81f316

Please sign in to comment.