From b8dcd63b68965a273248ebdcdb4de4628b311238 Mon Sep 17 00:00:00 2001 From: "scalikejdbc-bot[bot]" <74833019+scalikejdbc-bot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 00:38:41 +0000 Subject: [PATCH 1/2] Update scala-library to 2.13.14 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index a01cf31..94007bb 100644 --- a/build.sbt +++ b/build.sbt @@ -3,8 +3,8 @@ lazy val root = (project in file(".")) organization := "org.scalikejdbc", name := "csvquery", version := "1.5.1-SNAPSHOT", - scalaVersion := "2.13.13", - crossScalaVersions := Seq("2.12.19", "2.13.13", "3.3.3"), + scalaVersion := "2.13.14", + crossScalaVersions := Seq("2.12.19", "2.13.14", "3.3.3"), libraryDependencies ++= Seq( "com.h2database" % "h2" % "2.2.224", "org.scalikejdbc" %% "scalikejdbc" % "4.2.1", From faef4f921a1ea5fb10124a70a49388f77f389329 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Thu, 2 May 2024 11:02:48 +0900 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04d1472..93ae42f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## Setup with [sbt](https://github.com/sbt/sbt) ```sh -echo 'scalaVersion := "2.13.13" +echo 'scalaVersion := "2.13.14" libraryDependencies += "org.scalikejdbc" %% "csvquery" % "1.5.0"' > build.sbt