diff --git a/.scalafmt.conf b/.scalafmt.conf index 5145687..3194834 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -37,5 +37,6 @@ project.excludeFilters = [ ".scala-build" "examples" # Scala 3 scripts and using directives not supported yet "out" + "target" "scala-version.scala" ] \ No newline at end of file diff --git a/project/plugins.sbt b/project/plugins.sbt index 86fd478..0bb6799 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")