diff --git a/flake.nix b/flake.nix index fd809afc..a963fb91 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-lE+/vWF+4MNSE2MzvNy06EVmyY9SsVJZT73kXjAO2qE="; + depsSha256 = "sha256-bHDHyiqO+ax7LCp8A9piuenGITPT0TsFs5w4lPxZt3Q="; src = filter { root = self; diff --git a/project/plugins.sbt b/project/plugins.sbt index c0ed7ae7..51676ed3 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.6.1") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.2") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.7") addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.7")