From c15a807d5035ffcd859f5083a947279efb2dc1fe Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 5 May 2024 19:03:46 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.13.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9e837c27..17d67d31 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ lazy val main = (project in file(".")) name := repo, description := "Simple, safe and intuitive I/O in Scala", organization := s"com.github.$username", - crossScalaVersions := Seq("2.11.12", "2.12.17", "2.13.10", "3.2.2"), + crossScalaVersions := Seq("2.11.12", "2.12.17", "2.13.14", "3.2.2"), crossVersion := CrossVersion.binary, scalacOptions := scalacOptions.value diff rmCompilerFlags(scalaVersion.value), Compile / compile := (Compile / compile).dependsOn(Compile / scalafmt, Test / scalafmt, Compile / scalafmtSbt).value,