From f1b97414a3c15ca1f2cddcd6a363387704b5ef58 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 17 Oct 2022 20:18:58 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.13.10 --- .github/workflows/test.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a723fff..f95a6d3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: build: strategy: matrix: - scalaVersion: ["2.12.15", "2.13.8"] + scalaVersion: ["2.12.15", "2.13.10"] runs-on: ubuntu-20.04 steps: diff --git a/build.sbt b/build.sbt index d5882bb..d33301a 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import sbtcrossproject.CrossPlugin.autoImport.{ crossProject, CrossType } val monocleVersion = "2.0.4" val acyclicVersion = "0.2.0" -val crossScalaVersionList = Seq("2.12.15", "2.13.8") +val crossScalaVersionList = Seq("2.12.15", "2.13.10") val sharedSettings = Seq( crossScalaVersions := crossScalaVersionList,