From 7ee0ef85594f37a23958ff870d597a5ecbcacdb6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 18 Oct 2021 15:45:19 +0200 Subject: [PATCH] Update scala3-library, ... to 3.1.0 --- .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 f41c4df..5301d1c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.0.2, 2.12.14, 2.13.6] + scala: [3.1.0, 2.12.14, 2.13.6] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index d477c00..e32ef2f 100644 --- a/build.sbt +++ b/build.sbt @@ -28,7 +28,7 @@ ThisBuild / endYear := Some(2021) ThisBuild / developers := List( Developer("djspiewak", "Daniel Spiewak", "@djspiewak", url("https://github.com/djspiewak"))) -ThisBuild / crossScalaVersions := Seq("3.0.2", "2.12.14", "2.13.6") +ThisBuild / crossScalaVersions := Seq("3.1.0", "2.12.14", "2.13.6") ThisBuild / githubWorkflowTargetBranches := Seq("series/1.x")