From c5db84dbf9d2b2503e3151a08179e5cf3e1e2456 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 2 Nov 2021 00:24:13 +0100 Subject: [PATCH] Update scala-library to 2.13.7 --- .github/workflows/build.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f290a7c..71635a9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: with: java-version: 11 - name: Check formatting - if: matrix.scala == '2.13.5' + if: matrix.scala == '2.13.7' run: sbt ++${{ matrix.scala }} scalafmtCheckAll - name: Run tests env: diff --git a/build.sbt b/build.sbt index 48d8114..6558865 100644 --- a/build.sbt +++ b/build.sbt @@ -29,7 +29,7 @@ lazy val docs = project .enablePlugins(MdocPlugin) lazy val commonSettings = Seq( - scalaVersion := "2.13.5", + scalaVersion := "2.13.7", crossScalaVersions := List(scalaVersion.value, "2.12.12"), scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match { case Some((2, n)) if n >= 13 => Seq("-Ymacro-annotations")