Skip to content

Commit 3ed375b

Browse files
scala-steward-botxuwei-k
authored andcommitted
Update scala-library to 2.13.17
1 parent e72926e commit 3ed375b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ name := "scala-csv"
66

77
version := "2.0.0"
88

9-
scalaVersion := "2.13.16"
9+
scalaVersion := "2.13.17"
1010

11-
crossScalaVersions := Seq("2.12.20", "2.11.12", "2.10.7", "2.13.16", "3.3.6")
11+
crossScalaVersions := Seq("2.12.20", "2.11.12", "2.10.7", "2.13.17", "3.3.6")
1212

1313
TaskKey[Unit]("checkScalariform") := {
1414
val diff = "git diff".!!

0 commit comments

Comments
 (0)