File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-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.2.2 "
74+ ivy " com.lihaoyi::scalasql:0.2.3 "
7575```
7676
7777ScalaSql 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.2 "
87+ ivy " com.lihaoyi::scalasql-namedtuples:0.2.3 "
8888```
8989
9090And taking the example above, the only thing that needs to change is the following:
@@ -177,6 +177,10 @@ And you now have the option to return named tuples from queries:
177177
178178## Changelog
179179
180+ ### 0.2.3
181+
182+ * Bump Sourcecode version so queries work in REPL [ #101 ] ( https://github.com/com-lihaoyi/scalasql/pull/101 )
183+
180184### 0.2.2
181185
182186* Adding COUNT and COUNT(DISTINCT) aggregation support [ #97 ] ( https://github.com/com-lihaoyi/scalasql/pull/97 )
You can’t perform that action at this time.
0 commit comments