diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index 5a9309fc4..3f445c613 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -6,3 +6,6 @@ db0ea0ffd3d0956211a680941426f73ba7ec581b # Scala Steward: Reformat with scalafmt 3.8.0 5b4372fb8bddae0f2b4ce5e0f8b1b7e075899359 + +# Scala Steward: Reformat with scalafmt 3.8.2 +0d7bae9b46352e9bff972ab95d808914f43db389 diff --git a/.scalafmt.conf b/.scalafmt.conf index 0f6b5aa78..87467f6cd 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.8.1" +version = "3.8.2" # Scala 2 with -Xsource:3 compiler option runner.dialect = scala213source3 diff --git a/project/plugins.sbt b/project/plugins.sbt index 3499186f8..4e5c976d3 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -val sbtTypelevelVersion = "0.7.1" +val sbtTypelevelVersion = "0.7.1" addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion) addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion) addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0") diff --git a/scalafix/project/plugins.sbt b/scalafix/project/plugins.sbt index bbc28f3eb..0d6515cf2 100644 --- a/scalafix/project/plugins.sbt +++ b/scalafix/project/plugins.sbt @@ -1,2 +1,2 @@ -resolvers += Resolver.sonatypeRepo("releases") +resolvers += Resolver.sonatypeRepo("releases") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.25")