From 4269e91e0eb243db778011fb00e060c70fe67681 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 15 Oct 2025 20:13:25 +0000 Subject: [PATCH] chore: update scala3-library from 3.3.3 to 3.3.7 --- .github/workflows/ci.yml | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2956bc..57051ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -285,7 +285,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.3.3] + scala: [3.3.7] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -313,7 +313,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.3.3] + scala: [3.3.7] java: [temurin@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 3ef3bf1..881e7e7 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import org.typelevel.sbt.gha.Permissions Global / onChangedBuildSource := ReloadOnSourceChanges -ThisBuild / scalaVersion := "3.3.3" +ThisBuild / scalaVersion := "3.3.7" ThisBuild / organization := "io.github.scala-jwt" ThisBuild / organizationName := "oath" ThisBuild / organizationHomepage := Some(url("https://github.com/scala-jwt/oath"))