Skip to content

Commit

Permalink
v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tototoshi committed Mar 9, 2024
1 parent 051fe93 commit a52448b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit a52448b

Please sign in to comment.