From f25df62b6965a69ad3ec700e844175602d01afaa Mon Sep 17 00:00:00 2001 From: "Grokking-Steward[bot]" <106864841+Grokking-Steward[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 01:20:29 +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 85fc79ae..ab746261 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.3.1] + scala: [3.3.3] java: [temurin@21] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 29c7adfd..41f4a220 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ inThisBuild( Seq( - scalaVersion := "3.3.1", + scalaVersion := "3.3.3", versionScheme := Some("early-semver"), // Github Workflow