File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ you are able to investigate and fix them!
7171To get started with ScalaSql, add it to your ` build.sc ` file as follows:
7272
7373``` scala
74- ivy " com.lihaoyi::scalasql:0.1.5 "
74+ ivy " com.lihaoyi::scalasql:0.1.6 "
7575```
7676
7777ScalaSql supports Scala 2.13.x and >=3.4.2
@@ -130,10 +130,13 @@ ScalaSql supports Scala 2.13.x and >=3.4.2
130130
131131## Changelog
132132
133+ ### 0.1.6
134+
135+ * Add support for non-default database schemas in Postgres [ #23 ] ( https://github.com/com-lihaoyi/scalasql/pull/23 )
133136
134137### 0.1.5
135138
136- * Properly pass ON CONFLICT column names through ` columnNameMapper ` [ #19 ] ( https://github.com/com-lihaoyi/scalasql/pull/19 )
139+ * Properly pass ON CONFLICT column names through ` columnNameMapper ` [ #19 ] ( https://github.com/com-lihaoyi/scalasql/pull/19 )
137140
138141### 0.1.4
139142
You can’t perform that action at this time.
0 commit comments