From 56e6fd13d8a38df9573f7d3dce7bab52c3d66eaf Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 00:21:09 +0000 Subject: [PATCH] Update scala-compiler, scala-library to 2.13.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5a80321..44ffe14 100644 --- a/build.sbt +++ b/build.sbt @@ -37,7 +37,7 @@ lazy val fullCrossVersionSettings = Seq( // NOTE: SBT 1.x provides cross-version support for Scala sources // (https://www.scala-sbt.org/1.x/docs/Cross-Build.html#Scala-version+specific+source+directory). // Unfortunately, it only includes directories like "scala_2.12" or "scala_2.13", - // not "scala_2.12.19" or "scala_2.13.13" that we need. + // not "scala_2.12.19" or "scala_2.13.14" that we need. // That's why we have to work around here. val base = (Compile / sourceDirectory).value val versionDir = scalaVersion.value.replaceAll("-.*", "")