From 3a25169403a56ce6a7bd6d6ed566b58ec2ac2439 Mon Sep 17 00:00:00 2001 From: Daniel Slapman Date: Wed, 28 Aug 2024 19:43:51 +0200 Subject: [PATCH 1/2] Update sbt & plugins --- project/build.properties | 2 +- project/plugins.sbt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/project/build.properties b/project/build.properties index 63df6ac..f2f1347 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.9.8 \ No newline at end of file +sbt.version = 1.9.9 \ No newline at end of file diff --git a/project/plugins.sbt b/project/plugins.sbt index 3ab3edb..3d2799a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addDependencyTreePlugin -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.34") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") -addSbtPlugin("ch.epfl.scala" % "sbt-missinglink" % "0.3.2") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10") +addSbtPlugin("ch.epfl.scala" % "sbt-missinglink" % "0.3.6") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1") From a6b94c432ba3591d5be94739e2f1734e2faa4486 Mon Sep 17 00:00:00 2001 From: Daniel Slapman Date: Wed, 28 Aug 2024 20:30:51 +0200 Subject: [PATCH 2/2] Update setup-java --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27c297e..f9b5428 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 17