From 1095e71ea376920015d4610063945efb5378b554 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 9 Sep 2023 12:05:56 +0000 Subject: [PATCH] Update scala3-library to 3.3.1 --- .github/workflows/ci.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ebb8659..0665153 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: fail-fast: false matrix: java: ['adopt@1.8', 'adopt@1.11'] - scala: ['2.12.18', '2.13.11', '3.3.0'] + scala: ['2.12.18', '2.13.11', '3.3.1'] steps: - name: Checkout current branch uses: actions/checkout@v2.3.4 diff --git a/build.sbt b/build.sbt index 5a972fd..b17c417 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ val mainScala = "2.13.11" -val allScala = Seq("3.3.0", "2.13.11", "2.12.18") +val allScala = Seq("3.3.1", "2.13.11", "2.12.18") val zioVersion = "2.0.15" val zioAwsVersion = "6.20.83.2"