Skip to content

Commit

Permalink
0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Dec 10, 2024
1 parent 146dc4b commit c64bf31
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.12"
ivy"com.lihaoyi::scalasql:0.1.13"
```

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.13

* Remove uneeded Numeric constraint from ordering-related functions [#47](https://github.com/com-lihaoyi/scalasql/pull/47)

### 0.1.12

* Add `SELECT FOR UPDATE` support for Postgres and MySQL [#45](https://github.com/com-lihaoyi/scalasql/pull/45)
Expand Down

0 comments on commit c64bf31

Please sign in to comment.