From 837d9fb32e5464e05ac31201cbd6b9252894448a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 17 May 2021 15:11:48 +0200 Subject: [PATCH] Update scala-library, scala-reflect to 2.13.6 --- .github/workflows/ci.yml | 4 ++-- build.sbt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 061a75cd..5cf1a66a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.13, 2.13.5] + scala: [2.12.13, 2.13.6] java: [adopt@1.8] ci: [validateJVM, validateJS, validateNative] runs-on: ${{ matrix.os }} @@ -63,7 +63,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.5] + scala: [2.13.6] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index a2cba0a9..8a2b3ee1 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import sbt._ -ThisBuild / crossScalaVersions := Seq("2.12.13", "2.13.5") -ThisBuild / scalaVersion := "2.13.5" +ThisBuild / crossScalaVersions := Seq("2.12.13", "2.13.6") +ThisBuild / scalaVersion := "2.13.6" lazy val buildSettings = Seq( organization := "org.typelevel"