From 34ac5a913d57507c1169ba880caf63f5157a12cb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 2 Nov 2021 11:21:02 +0100 Subject: [PATCH] Update scala-library to 2.13.7 --- .github/workflows/ci.yml | 4 ++-- project/EndpointsUzhttpSettings.scala | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8bd77b..9183f58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - scala: [2.12.12, 2.13.3] + scala: [2.12.12, 2.13.7] steps: - uses: actions/checkout@v2 - run: git fetch --prune --unshallow @@ -17,7 +17,7 @@ jobs: with: java-version: adopt@1.8 - name: Format Check - if: matrix.scala == '2.13.3' + if: matrix.scala == '2.13.7' run: sbt ++${{matrix.scala}} fmtCheck - name: test run: sbt ++${{matrix.scala}} test \ No newline at end of file diff --git a/project/EndpointsUzhttpSettings.scala b/project/EndpointsUzhttpSettings.scala index 033f381..4ee562c 100644 --- a/project/EndpointsUzhttpSettings.scala +++ b/project/EndpointsUzhttpSettings.scala @@ -30,8 +30,8 @@ object EndpointsUzhttpSettings { ) val `scala 2.12 to latest` = Seq( - scalaVersion := "2.13.3", - crossScalaVersions := Seq("2.13.3", "2.12.12") + scalaVersion := "2.13.7", + crossScalaVersions := Seq("2.13.7", "2.12.12") ) val noPublishSettings = commonSettings ++ Seq(