From afeb59d6baff734e4165fb1b39dadfd2712970fb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 5 May 2024 07:19:01 +0000 Subject: [PATCH] Update scala-library to 2.13.14 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 24d50417..727fabbe 100644 --- a/build.sbt +++ b/build.sbt @@ -52,8 +52,8 @@ developers in ThisBuild := List(Developer(id="doriordan", name="David ORiordan", lazy val commonSettings = Seq( organization := "io.skuber", - crossScalaVersions := Seq("2.12.17", "2.13.10"), - scalaVersion := "2.13.10", + crossScalaVersions := Seq("2.12.17", "2.13.14"), + scalaVersion := "2.13.14", publishTo := sonatypePublishToBundle.value, pomIncludeRepository := { _ => false }, Test / classLoaderLayeringStrategy := ClassLoaderLayeringStrategy.Flat