Skip to content

Commit 2044711

Browse files
committed
0.2.1
1 parent 0a6a278 commit 2044711

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.mill-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.12.10
1+
0.12.14

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ you are able to investigate and fix them!
7171
To get started with ScalaSql, add it to your `build.sc` file as follows:
7272

7373
```scala
74-
ivy"com.lihaoyi::scalasql:0.2.0"
74+
ivy"com.lihaoyi::scalasql:0.2.1"
7575
```
7676

7777
ScalaSql supports Scala 2.13.x and >=3.6.2
@@ -84,7 +84,7 @@ Add the following to your `build.sc` file as follows:
8484

8585
<!-- TODO: scalasql-simple? -->
8686
```scala
87-
ivy"com.lihaoyi::scalasql-namedtuples:0.2.0"
87+
ivy"com.lihaoyi::scalasql-namedtuples:0.2.1"
8888
```
8989

9090
And taking the example above, the only thing that needs to change is the following:
@@ -177,7 +177,7 @@ And you now have the option to return named tuples from queries:
177177

178178
## Changelog
179179

180-
### 0.2.0
180+
### 0.2.1
181181

182182
* Initial support for Microsoft SQL Server via `scalasql.dialects.MsSqlDialect` [#94](https://github.com/com-lihaoyi/scalasql/pull/94)
183183

0 commit comments

Comments
 (0)