We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed5660f commit e27ce1eCopy full SHA for e27ce1e
README.md
@@ -3,7 +3,7 @@
3
## build.sbt
4
5
```scala
6
-libraryDependencies += "com.github.tototoshi" %% "scala-csv" % "1.4.0"
+libraryDependencies += "com.github.tototoshi" %% "scala-csv" % "1.4.1"
7
```
8
9
## Example
build.sbt
@@ -4,7 +4,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
name := "scala-csv"
-version := "1.4.1-SNAPSHOT"
+version := "1.4.1"
scalaVersion := "2.13.14"
10
0 commit comments