diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index 4f71e11..b90397e 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: scala: - - 2.12.15 + - 2.12.20 steps: - uses: actions/checkout@v3 @@ -27,6 +27,7 @@ jobs: with: java-version: "11" distribution: temurin + - uses: sbt/setup-sbt@v1 - name: Cache SBT uses: actions/cache@v3 with: diff --git a/.scalafmt.conf b/.scalafmt.conf index e26dcdb..6258938 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,3 +1,3 @@ runner.dialect = scala212source3 -version = "3.7.5" +version = "3.8.3" maxColumn = 80 diff --git a/project/build.properties b/project/build.properties index 3c0b78a..73df629 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.1 +sbt.version=1.10.7 diff --git a/project/sbt-best-practice.sbt b/project/sbt-best-practice.sbt index 1340249..ff7f572 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.0" + "com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "8.3.1" )