Skip to content

Commit

Permalink
0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Aug 25, 2024
1 parent 3aa29ff commit 353776f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ you are able to investigate and fix them!
To get started with ScalaSql, add it to your `build.sc` file as follows:

```scala
ivy"com.lihaoyi::scalasql:0.1.6"
ivy"com.lihaoyi::scalasql:0.1.7"
```

ScalaSql supports Scala 2.13.x and >=3.4.2
Expand Down Expand Up @@ -130,6 +130,10 @@ ScalaSql supports Scala 2.13.x and >=3.4.2

## Changelog

### 0.1.7

* Add support for columns of type `java.util.Date` [#24](https://github.com/com-lihaoyi/scalasql/pull/24)

### 0.1.6

* Add support for non-default database schemas in Postgres [#23](https://github.com/com-lihaoyi/scalasql/pull/23)
Expand Down

0 comments on commit 353776f

Please sign in to comment.