Skip to content

Commit dc32f24

Browse files
Update scala-library to 2.13.16 (#365)
Co-authored-by: scalikejdbc-bot[bot] <74833019+scalikejdbc-bot[bot]@users.noreply.github.com> Co-authored-by: kenji yoshida <[email protected]>
1 parent 09f81ab commit dc32f24

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.15"
8+
echo 'scalaVersion := "2.13.16"
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.15",
7-
crossScalaVersions := Seq("2.12.20", "2.13.15", "3.3.4"),
6+
scalaVersion := "2.13.16",
7+
crossScalaVersions := Seq("2.12.20", "2.13.16", "3.3.4"),
88
libraryDependencies ++= Seq(
99
"com.h2database" % "h2" % "2.2.224",
1010
"org.scalikejdbc" %% "scalikejdbc" % "4.3.2",

0 commit comments

Comments
 (0)