Skip to content

Commit 8c0675f

Browse files
committed
v1.3.8
1 parent 48453bf commit 8c0675f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## build.sbt
44

55
```scala
6-
libraryDependencies += "com.github.tototoshi" %% "scala-csv" % "1.3.7"
6+
libraryDependencies += "com.github.tototoshi" %% "scala-csv" % "1.3.8"
77
```
88

99
## Example

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
44

55
name := "scala-csv"
66

7-
version := "1.3.8-SNAPSHOT"
7+
version := "1.3.8"
88

99
scalaVersion := "2.13.5"
1010

0 commit comments

Comments
 (0)