diff --git a/README.md b/README.md index 2c0aa6a..0aec43a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build.sbt b/build.sbt index 894ba96..c958af8 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges name := "scala-csv" -version := "1.4.1-SNAPSHOT" +version := "1.4.1" scalaVersion := "2.13.14"