We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4fbcfe commit 12d196bCopy full SHA for 12d196b
README.md
@@ -5,7 +5,7 @@
5
## build.sbt
6
7
```scala
8
-libraryDependencies += "com.github.tototoshi" %% "scala-csv" % "1.3.0"
+libraryDependencies += "com.github.tototoshi" %% "scala-csv" % "1.3.1"
9
```
10
11
## Example
project/Build.scala
@@ -8,7 +8,7 @@ object ScalaCSVProject extends Build {
base = file ("."),
settings = Seq (
name := "scala-csv",
- version := "1.3.1-SNAPSHOT",
+ version := "1.3.1",
12
scalaVersion := "2.11.8",
13
crossScalaVersions := Seq("2.11.8", "2.10.6"),
14
organization := "com.github.tototoshi",
0 commit comments