Skip to content

Commit ca5af85

Browse files
committed
0.1.5
1 parent 2a7561a commit ca5af85

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

readme.md

Lines changed: 6 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.4"
72+
ivy"com.lihaoyi::scalasql:0.1.5"
7373
```
7474

7575
ScalaSql supports Scala 2.13.x and >=3.4.2
@@ -128,6 +128,11 @@ ScalaSql supports Scala 2.13.x and >=3.4.2
128128

129129
## Changelog
130130

131+
132+
### 0.1.5
133+
134+
*Properly pass ON CONFLICT column names through `columnNameMapper` [#19](https://github.com/com-lihaoyi/scalasql/pull/19)
135+
131136
### 0.1.4
132137

133138
* Second attempt at fixing invalid version of scala-reflect dependency

0 commit comments

Comments
 (0)