Skip to content

Commit 12d196b

Browse files
committed
v1.3.1
1 parent a4fbcfe commit 12d196b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## build.sbt
66

77
```scala
8-
libraryDependencies += "com.github.tototoshi" %% "scala-csv" % "1.3.0"
8+
libraryDependencies += "com.github.tototoshi" %% "scala-csv" % "1.3.1"
99
```
1010

1111
## Example

project/Build.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ object ScalaCSVProject extends Build {
88
base = file ("."),
99
settings = Seq (
1010
name := "scala-csv",
11-
version := "1.3.1-SNAPSHOT",
11+
version := "1.3.1",
1212
scalaVersion := "2.11.8",
1313
crossScalaVersions := Seq("2.11.8", "2.10.6"),
1414
organization := "com.github.tototoshi",

0 commit comments

Comments
 (0)