From 2a1e9eca6a94e7f85628c14244da9ea0253782bb Mon Sep 17 00:00:00 2001 From: "scalikejdbc-bot[bot]" <74833019+scalikejdbc-bot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 00:50:20 +0000 Subject: [PATCH 1/2] Update scala-library to 2.13.16 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 01acb7c..e0f1aa5 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.15", - crossScalaVersions := Seq("2.12.20", "2.13.15", "3.3.4"), + scalaVersion := "2.13.16", + crossScalaVersions := Seq("2.12.20", "2.13.16", "3.3.4"), libraryDependencies ++= Seq( "com.h2database" % "h2" % "2.2.224", "org.scalikejdbc" %% "scalikejdbc" % "4.3.2", From de3cfb9d2f73ea412417c1e520793ddaec0cb3e4 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Thu, 16 Jan 2025 15:31: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 9b2a5ab..f4c9bac 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## Setup with [sbt](https://github.com/sbt/sbt) ```sh -echo 'scalaVersion := "2.13.15" +echo 'scalaVersion := "2.13.16" libraryDependencies += "org.scalikejdbc" %% "csvquery" % "1.5.0"' > build.sbt