Skip to content

Commit 10ee792

Browse files
authored
Merge pull request #589 from avdv/renovate/org.scalameta-sbt-scalafmt-2.x
chore(deps): update dependency org.scalameta:sbt-scalafmt to v2.5.6
2 parents bc21dcf + 831e414 commit 10ee792

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
# read the first non-empty string from the VERSION file
162162
version = builtins.head (builtins.match "[ \n]*([^ \n]+).*" (builtins.readFile ./VERSION));
163163

164-
depsSha256 = "sha256-UdUpfqoTvI5JcLKUN8ilY85tLPwouAmb09MwzuO3yvE=";
164+
depsSha256 = "sha256-4eZB9kABWWIHhsranCnBu6/0O4BSGQl/pUadXUQdRPY=";
165165

166166
src = filter {
167167
root = self;

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native" % scalaNativeVersion)
44
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
55
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.1")
66
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
7-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
7+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")
88
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.4")
99
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")

0 commit comments

Comments
 (0)