From 10294f5508fa0cda02431f90ea0ca70a8de81744 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 18 Oct 2022 03:14:33 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.13.10 --- .github/workflows/feature.yml | 2 +- .github/workflows/main.yml | 2 +- build.sbt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/feature.yml b/.github/workflows/feature.yml index bb17a7d..70cb29c 100644 --- a/.github/workflows/feature.yml +++ b/.github/workflows/feature.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - scala: [2.12.11, 2.13.2] + scala: [2.12.11, 2.13.10] steps: - uses: actions/checkout@v2 - uses: olafurpg/setup-scala@v5 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 07c8330..15ff075 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - scala: [2.12.11, 2.13.2] + scala: [2.12.11, 2.13.10] steps: - uses: actions/checkout@v2 - uses: olafurpg/setup-scala@v5 diff --git a/build.sbt b/build.sbt index 61ba0ae..8f03533 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ lazy val buildSettings = inThisBuild( scmInfo := Some( ScmInfo(url("https://github.com/to-ithaca/libra"), "git@github.com:to-ithaca/libra.git")), - scalaVersion := "2.13.2", + scalaVersion := "2.13.10", resolvers := Seq( Resolver.sonatypeRepo("releases"), Resolver.bintrayRepo("fthomas", "maven")