Skip to content

Commit 2ec8349

Browse files
Update scala-library to 2.13.14 (#308)
Co-authored-by: scalikejdbc-bot[bot] <74833019+scalikejdbc-bot[bot]@users.noreply.github.com> Co-authored-by: kenji yoshida <[email protected]>
1 parent 5cb7e81 commit 2ec8349

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## Setup with [sbt](https://github.com/sbt/sbt)
66

77
```sh
8-
echo 'scalaVersion := "2.13.13"
8+
echo 'scalaVersion := "2.13.14"
99
1010
libraryDependencies += "org.scalikejdbc" %% "csvquery" % "1.5.0"' > build.sbt
1111

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ lazy val root = (project in file("."))
33
organization := "org.scalikejdbc",
44
name := "csvquery",
55
version := "1.5.1-SNAPSHOT",
6-
scalaVersion := "2.13.13",
7-
crossScalaVersions := Seq("2.12.19", "2.13.13", "3.3.3"),
6+
scalaVersion := "2.13.14",
7+
crossScalaVersions := Seq("2.12.19", "2.13.14", "3.3.3"),
88
libraryDependencies ++= Seq(
99
"com.h2database" % "h2" % "2.2.224",
1010
"org.scalikejdbc" %% "scalikejdbc" % "4.2.1",

0 commit comments

Comments
 (0)