Skip to content

Commit 024d508

Browse files
committed
0.1.3
1 parent 7cbc5cc commit 024d508

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ you are able to investigate and fix them!
6969
To get started with ScalaSql, add it to your `build.sc` file as follows:
7070

7171
```scala
72-
ivy"com.lihaoyi::scalasql:0.1.2"
72+
ivy"com.lihaoyi::scalasql:0.1.3"
7373
```
7474

7575
## Documentation
@@ -126,6 +126,10 @@ ivy"com.lihaoyi::scalasql:0.1.2"
126126

127127
## Changelog
128128

129+
### 0.1.3
130+
131+
* Support for Scala 3.4.2 and [#11](https://github.com/com-lihaoyi/scalasql/pull/11)
132+
129133
### 0.1.2
130134

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

0 commit comments

Comments
 (0)