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 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")