From 792c2ff683d549002ce8a293f74fd324527a4be8 Mon Sep 17 00:00:00 2001 From: "scala-ojisan[bot]" <78953241+scala-ojisan[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 18:05:27 +0000 Subject: [PATCH] Update scala-library to 2.13.13 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 2a00557..74232a4 100644 --- a/build.sbt +++ b/build.sbt @@ -6,9 +6,9 @@ name := "scala-csv" version := "1.3.11-SNAPSHOT" -scalaVersion := "2.13.12" +scalaVersion := "2.13.13" -crossScalaVersions := Seq("2.12.18", "2.11.12", "2.10.7", "2.13.12", "3.3.1") +crossScalaVersions := Seq("2.12.18", "2.11.12", "2.10.7", "2.13.13", "3.3.1") TaskKey[Unit]("checkScalariform") := { val diff = "git diff".!!