Skip to content

Commit

Permalink
Update scala-library to 2.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-ojisan[bot] committed Nov 10, 2024
1 parent 248e534 commit 7b30610
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name := "scala-csv"

version := "2.0.0"

scalaVersion := "2.13.14"
scalaVersion := "2.13.15"

crossScalaVersions := Seq("2.12.20", "2.11.12", "2.10.7", "2.13.14", "3.3.4")
crossScalaVersions := Seq("2.12.20", "2.11.12", "2.10.7", "2.13.15", "3.3.4")

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

0 comments on commit 7b30610

Please sign in to comment.