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,