From a52448b83d7b2a4758e1fa480ac807c49ad568ee Mon Sep 17 00:00:00 2001 From: Toshiyuki Takahashi Date: Sat, 9 Mar 2024 20:47:15 +0900 Subject: [PATCH] v2.9.0 --- README.md | 7 ++++++- build.sbt | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d9744c..abf8709 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ You can persist `DateTime`, `Instant`, `LocalDateTime`, `LocalDate`, `LocalTime` | Slick version | slick-joda-mapper version | | ------------- | ------------------------- | -| 3.4.x | 2.8.1 | +| 3.5.x | 2.9.0 | +| 3.4.x | 2.8.0 | | 3.3.x | 2.7.1 | | 3.2.x | 2.3.0 | | 3.1.x | 2.2.0 | @@ -179,6 +180,10 @@ https://github.com/tototoshi/slick-joda-mapper/blob/master/src/test/scala/com/gi # Changelog +## 2.9.0 + +- Updated slick to 3.5.0 + ## 2.8.0 - Updated slick to 3.4.1 diff --git a/build.sbt b/build.sbt index 8c2b227..fc13ca9 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ lazy val `slick-joda-mapper` = project.in(file(".")) .settings( name := "slick-joda-mapper", organization := "com.github.tototoshi", - version := "2.8.0", + version := "2.9.0", crossScalaVersions := Seq("2.12.19", "2.13.13", "3.3.3"), scalaVersion := "2.13.13", scalacOptions ++= Seq(