Skip to content

Commit

Permalink
Update scala-library to 2.13.15 (#334)
Browse files Browse the repository at this point in the history
Co-authored-by: scalikejdbc-bot[bot] <74833019+scalikejdbc-bot[bot]@users.noreply.github.com>
Co-authored-by: kenji yoshida <[email protected]>
  • Loading branch information
scalikejdbc-bot[bot] and xuwei-k authored Sep 26, 2024
1 parent f2eaffe commit f6586e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## Setup with [sbt](https://github.com/sbt/sbt)

```sh
echo 'scalaVersion := "2.13.14"
echo 'scalaVersion := "2.13.15"
libraryDependencies += "org.scalikejdbc" %% "csvquery" % "1.5.0"' > build.sbt

Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ lazy val root = (project in file("."))
organization := "org.scalikejdbc",
name := "csvquery",
version := "1.5.1-SNAPSHOT",
scalaVersion := "2.13.14",
crossScalaVersions := Seq("2.12.20", "2.13.14", "3.3.3"),
scalaVersion := "2.13.15",
crossScalaVersions := Seq("2.12.20", "2.13.15", "3.3.3"),
libraryDependencies ++= Seq(
"com.h2database" % "h2" % "2.2.224",
"org.scalikejdbc" %% "scalikejdbc" % "4.3.1",
Expand Down

0 comments on commit f6586e9

Please sign in to comment.