Skip to content

Commit

Permalink
v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tototoshi committed Jun 30, 2024
1 parent ed5660f commit e27ce1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## build.sbt

```scala
libraryDependencies += "com.github.tototoshi" %% "scala-csv" % "1.4.0"
libraryDependencies += "com.github.tototoshi" %% "scala-csv" % "1.4.1"
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges

name := "scala-csv"

version := "1.4.1-SNAPSHOT"
version := "1.4.1"

scalaVersion := "2.13.14"

Expand Down

0 comments on commit e27ce1e

Please sign in to comment.