Skip to content

Commit

Permalink
0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed May 26, 2024
1 parent 7cbc5cc commit 024d508
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 @@ -69,7 +69,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.2"
ivy"com.lihaoyi::scalasql:0.1.3"
```

## Documentation
Expand Down Expand Up @@ -126,6 +126,10 @@ ivy"com.lihaoyi::scalasql:0.1.2"

## Changelog

### 0.1.3

* Support for Scala 3.4.2 and [#11](https://github.com/com-lihaoyi/scalasql/pull/11)

### 0.1.2

* Support `.getGeneratedKeys[R]` [#9](https://github.com/com-lihaoyi/scalasql/pull/9)
Expand Down

0 comments on commit 024d508

Please sign in to comment.