From 6cdc6d18806060dafe3704769e58c2816c5a3d74 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 15 Oct 2025 17:25:54 +0000 Subject: [PATCH] Update scala3-library to 3.3.7 --- .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 1f449ed..7235cc2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.18, 2.13.12, 3.3.1] + scala: [2.12.18, 2.13.12, 3.3.7] java: [temurin@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index e4087e9..d585d79 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ ThisBuild / organization := "com.github.matsluni" // https://www.scala-lang.org/download/all.html -ThisBuild / crossScalaVersions := List("2.12.18", "2.13.12", "3.3.1") +ThisBuild / crossScalaVersions := List("2.12.18", "2.13.12", "3.3.7") ThisBuild / scalaVersion := crossScalaVersions.value.last ThisBuild / githubWorkflowPublishTargetBranches := Nil