From e27ce1ed0e0f7fdd9402c86e011644dfb32e48dc Mon Sep 17 00:00:00 2001 From: Toshiyuki Takahashi Date: Sun, 30 Jun 2024 15:21:03 +0900 Subject: [PATCH] v1.4.1 --- README.md | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"