From 64b85b70043829692b29c7c2867a23fc445ea456 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 5 May 2024 04:01:42 +0000 Subject: [PATCH] Update scala-library to 2.13.14 --- .github/workflows/ci.yml | 2 +- project/Settings.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 842a357..3920b66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - SCALA_VERSION: ["2.12.17", "2.13.10"] + SCALA_VERSION: ["2.12.17", "2.13.14"] steps: - uses: actions/checkout@v3 with: diff --git a/project/Settings.scala b/project/Settings.scala index 30950b7..6cd2a7d 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -4,7 +4,7 @@ import sbt.Keys._ object Settings { private val scala212 = "2.12.17" - private val scala213 = "2.13.10" + private val scala213 = "2.13.14" lazy val shared = Seq( scalaVersion := scala213,