diff --git a/.scalafmt.conf b/.scalafmt.conf index 6258938..91c8ccc 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,3 +1,3 @@ runner.dialect = scala212source3 -version = "3.8.3" +version = "3.10.3" maxColumn = 80 diff --git a/project/build.properties b/project/build.properties index 73df629..30b7fd9 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.7 +sbt.version=1.12.0 diff --git a/project/sbt-best-practice.sbt b/project/sbt-best-practice.sbt index ff7f572..99f15cf 100644 --- a/project/sbt-best-practice.sbt +++ b/project/sbt-best-practice.sbt @@ -1,3 +1,3 @@ addSbtPlugin( - "com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "8.3.1" + "com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "8.4.0" )