Skip to content

Commit

Permalink
0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Jul 27, 2024
1 parent 2a7561a commit ca5af85
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 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.4"
ivy"com.lihaoyi::scalasql:0.1.5"
```

ScalaSql supports Scala 2.13.x and >=3.4.2
Expand Down Expand Up @@ -128,6 +128,11 @@ ScalaSql supports Scala 2.13.x and >=3.4.2

## Changelog


### 0.1.5

*Properly pass ON CONFLICT column names through `columnNameMapper` [#19](https://github.com/com-lihaoyi/scalasql/pull/19)

### 0.1.4

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

0 comments on commit ca5af85

Please sign in to comment.