From bf3df7e6041e485283964b859bf5844ebb05c838 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 1 Feb 2022 23:24:39 +0100 Subject: [PATCH] Update scala3-library to 3.1.1 --- .github/workflows/ci.yml | 10 +++++----- build.sbt | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfbf9431..a93774b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.1.0, 2.13.7, 2.12.15] + scala: [3.1.1, 2.13.7, 2.12.15] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: @@ -37,7 +37,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.1.0] + scala: [3.1.1] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: @@ -79,7 +79,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.1.0] + scala: [3.1.1] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: @@ -117,7 +117,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.1.0] + scala: [3.1.1] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: @@ -155,7 +155,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.1.0] + scala: [3.1.1] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 52675034..01047e07 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ lazy val commonSettings = Seq( organization := "com.geteventstore", scalaVersion := crossScalaVersions.value.head, - crossScalaVersions := Seq("3.1.0", "2.13.7", "2.12.15"), + crossScalaVersions := Seq("3.1.1", "2.13.7", "2.12.15"), releaseCrossBuild := true, licenses := Seq("BSD 3-Clause" -> url("http://raw.github.com/EventStore/EventStore.JVM/master/LICENSE")), homepage := Some(new URL("http://github.com/EventStore/EventStore.JVM")),