From 51bd8e71f90148c0951c9c875d04146cf6776fdc Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sun, 15 Sep 2024 11:01:23 +0100 Subject: [PATCH] upgrade scala --- .github/workflows/ci.yml | 10 +++++----- build.sbt | 4 ++-- project/build.properties | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7580baf..f046d34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.19] + scala: [2.12.20] java: [temurin@8] runs-on: ${{ matrix.os }} steps: @@ -62,7 +62,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.19] + scala: [2.12.20] java: [temurin@8] runs-on: ${{ matrix.os }} steps: @@ -79,12 +79,12 @@ jobs: java-version: 8 cache: sbt - - name: Download target directories (2.12.19) + - name: Download target directories (2.12.20) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-2.12.19-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.20-${{ matrix.java }} - - name: Inflate target directories (2.12.19) + - name: Inflate target directories (2.12.20) run: | tar xf targets.tar rm targets.tar diff --git a/build.sbt b/build.sbt index 32ee55a..3d8db38 100644 --- a/build.sbt +++ b/build.sbt @@ -42,7 +42,7 @@ scalacOptions ++= { } else Nil } -ThisBuild / scalaVersion := "2.12.19" +ThisBuild / scalaVersion := "2.12.20" libraryDependencies ++= Seq( "org.scalatest" %% "scalatest" % "3.2.19" % Test @@ -56,7 +56,7 @@ developers := List( Developer(id = "pjfanning", name = "PJ Fanning", email = "", url = url("https://github.com/pjfanning")) ) -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4") addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.11") ThisBuild / githubWorkflowBuild := Seq(WorkflowStep.Sbt(List("test"))) diff --git a/project/build.properties b/project/build.properties index 081fdbb..ee4c672 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1