From 032784445c89c274789be62329e32775edd3b732 Mon Sep 17 00:00:00 2001 From: etorreborre Date: Wed, 5 Jun 2024 09:44:55 +0200 Subject: [PATCH] fix: reverted to using scala 3.3.3 only --- .github/workflows/ci.yml | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99cf83c2c..c9b706464 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.4.2] + scala: [3.3.3] java: [temurin@18] runs-on: ${{ matrix.os }} steps: @@ -56,7 +56,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.4.2] + scala: [3.3.3] java: [temurin@18] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 9d74a9426..0fe6f3d35 100644 --- a/build.sbt +++ b/build.sbt @@ -38,7 +38,7 @@ lazy val specs2 = project /** COMMON SETTINGS */ -val Scala3 = "3.4.2" +val Scala3 = "3.3.3" lazy val specs2Settings = Seq( organization := "org.specs2",