From 7e1e239f9ce9c66c3997a9241e6b0226cdf91d47 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 14 Sep 2021 23:19:14 +0200 Subject: [PATCH] Update scala-library to 2.12.15 --- .github/workflows/ci.yml | 2 +- project/EndpointsUzhttpSettings.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8bd77b..2502693 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.15, 2.13.3] steps: - uses: actions/checkout@v2 - run: git fetch --prune --unshallow diff --git a/project/EndpointsUzhttpSettings.scala b/project/EndpointsUzhttpSettings.scala index 033f381..122cca2 100644 --- a/project/EndpointsUzhttpSettings.scala +++ b/project/EndpointsUzhttpSettings.scala @@ -31,7 +31,7 @@ object EndpointsUzhttpSettings { val `scala 2.12 to latest` = Seq( scalaVersion := "2.13.3", - crossScalaVersions := Seq("2.13.3", "2.12.12") + crossScalaVersions := Seq("2.13.3", "2.12.15") ) val noPublishSettings = commonSettings ++ Seq(