We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cbc5cc commit 024d508Copy full SHA for 024d508
readme.md
@@ -69,7 +69,7 @@ you are able to investigate and fix them!
69
To get started with ScalaSql, add it to your `build.sc` file as follows:
70
71
```scala
72
-ivy"com.lihaoyi::scalasql:0.1.2"
+ivy"com.lihaoyi::scalasql:0.1.3"
73
```
74
75
## Documentation
@@ -126,6 +126,10 @@ ivy"com.lihaoyi::scalasql:0.1.2"
126
127
## Changelog
128
129
+### 0.1.3
130
+
131
+* Support for Scala 3.4.2 and [#11](https://github.com/com-lihaoyi/scalasql/pull/11)
132
133
### 0.1.2
134
135
* Support `.getGeneratedKeys[R]` [#9](https://github.com/com-lihaoyi/scalasql/pull/9)
0 commit comments