Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tototoshi committed Jul 1, 2024
1 parent be68293 commit 5f649df
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.1"
libraryDependencies += "com.github.tototoshi" %% "scala-csv" % "2.0.0"
```

## 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.2-SNAPSHOT"
version := "2.0.0"

scalaVersion := "2.13.14"

Expand Down

0 comments on commit 5f649df

Please sign in to comment.