From 8769ac306a2fc7ca73b256a164881ea8720f1e40 Mon Sep 17 00:00:00 2001 From: scala-steward <122865766+scala-steward-geirolz[bot]@users.noreply.github.com> Date: Sun, 17 Sep 2023 00:15:21 +0000 Subject: [PATCH] Update scala-library to 2.13.12 --- .github/workflows/cicd.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 765294e..7f628fa 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -28,7 +28,7 @@ jobs: matrix: # supported scala versions include: - - scala: 2.13.10 + - scala: 2.13.12 name: Scala2_13 test-tasks: coverage test coverageReport gen-doc - scala: 3.3.0 diff --git a/build.sbt b/build.sbt index b3b7f15..d60833c 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ lazy val prjName = "cats-xml" lazy val prjPackageName = prjName.replaceAll("[^\\p{Alpha}\\d]+", ".") lazy val prjDescription = "A purely functional XML library" lazy val prjOrg = "com.github.geirolz" -lazy val scala213 = "2.13.10" +lazy val scala213 = "2.13.12" lazy val scala33 = "3.3.1" lazy val supportedScalaVersions = List(scala213, scala33)