From 92a6cc952c2ed43b3ef2d6a95b9d8b81339a3145 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 16:55:12 +0000 Subject: [PATCH] Update scala3-library, ... to 3.1.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 6fdfebe..672611a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.16, 3.1.2, 2.13.8] + scala: [2.12.16, 3.1.3, 2.13.8] java: [temurin@8] project: [rootJS, rootJVM] runs-on: ${{ matrix.os }} diff --git a/build.sbt b/build.sbt index 074e276..62448fd 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -ThisBuild / crossScalaVersions := Seq("2.12.16", "3.1.2", "2.13.8") +ThisBuild / crossScalaVersions := Seq("2.12.16", "3.1.3", "2.13.8") ThisBuild / tlBaseVersion := "2.2" ThisBuild / tlVersionIntroduced := Map("3" -> "2.0.2") ThisBuild / startYear := Some(2014)