From 4ac98983a97c1377f31417e8eaf7f232ffd908b5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 2 Mar 2024 16:58:49 +0000 Subject: [PATCH] Update scala3-library, ... to 3.3.3 --- .github/workflows/build.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 88b6184..46459e8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: build: strategy: matrix: - scalaVersion: ["2.13.12", "3.3.1"] + scalaVersion: ["2.13.12", "3.3.3"] runs-on: ubuntu-22.04 steps: diff --git a/build.sbt b/build.sbt index 55c49d5..179ad17 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ Global / onChangedBuildSource := IgnoreSourceChanges // not working well with we name := "Formidable" ThisBuild / organization := "com.github.fdietze" -ThisBuild / crossScalaVersions := Seq("2.13.12", "3.3.1") +ThisBuild / crossScalaVersions := Seq("2.13.12", "3.3.3") ThisBuild / scalaVersion := "2.13.12" inThisBuild(