From c2b81d4b3f74abf06f4d9dd57c55a508a9ef4145 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 28 Sep 2024 20:28:38 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.13.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9e837c27..4cbcb963 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.15", "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,