From 9dd5def90a7a1f06b86c98e7b92db7fb1ff91cac Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 Oct 2025 16:55:58 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.13.17 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9e837c27..9de97a88 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.17", "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,