Skip to content

Commit e27ce1e

Browse files
committed
v1.4.1
1 parent ed5660f commit e27ce1e

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.4.0"
6+
libraryDependencies += "com.github.tototoshi" %% "scala-csv" % "1.4.1"
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.4.1-SNAPSHOT"
7+
version := "1.4.1"
88

99
scalaVersion := "2.13.14"
1010

0 commit comments

Comments
 (0)