diff --git a/flake.nix b/flake.nix index abe9801..0787153 100644 --- a/flake.nix +++ b/flake.nix @@ -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; diff --git a/project/plugins.sbt b/project/plugins.sbt index 4cf790f..bae1583 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -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")