From 25d0701700f3c643dff99dbbc632d24d8f52e8f7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 2 Mar 2024 15:24:50 +0000 Subject: [PATCH] Update scala3-library to 3.3.3 --- .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 4898c3e8..a11a48b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.10, 2.12.17, 3.2.2] + scala: [2.13.10, 2.12.17, 3.3.3] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 7739df3a..82dcb5e8 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ ThisBuild / organization := "io.circe" -ThisBuild / crossScalaVersions := Seq("2.13.10", "2.12.17", "3.2.2") +ThisBuild / crossScalaVersions := Seq("2.13.10", "2.12.17", "3.3.3") ThisBuild / scalaVersion := crossScalaVersions.value.head ThisBuild / githubWorkflowPublishTargetBranches := Nil