diff --git a/flake.nix b/flake.nix index 55b2ddd2..902cf9fc 100644 --- a/flake.nix +++ b/flake.nix @@ -161,7 +161,7 @@ # read the first non-empty string from the VERSION file version = builtins.head (builtins.match "[ \n]*([^ \n]+).*" (builtins.readFile ./VERSION)); - depsSha256 = "sha256-03NUuK0Sgms1ry2IxXxswZp7k+a6JQBg37LQuRmlAmA="; + depsSha256 = "sha256-8gN3igPhfiOkAWgL7u06hMo/Fr7J/8seLCkQDuLrbQg="; src = filter { root = self; diff --git a/project/plugins.sbt b/project/plugins.sbt index 2691fb58..c053d78c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,6 +4,6 @@ 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.1") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.0") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.7") addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.3")