We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a449362 commit 86a4f1aCopy full SHA for 86a4f1a
readme.md
@@ -71,7 +71,7 @@ you are able to investigate and fix them!
71
To get started with ScalaSql, add it to your `build.sc` file as follows:
72
73
```scala
74
-ivy"com.lihaoyi::scalasql:0.1.9"
+ivy"com.lihaoyi::scalasql:0.1.10"
75
```
76
77
ScalaSql supports Scala 2.13.x and >=3.4.2
@@ -130,6 +130,11 @@ ScalaSql supports Scala 2.13.x and >=3.4.2
130
131
## Changelog
132
133
+### 0.1.10
134
+
135
+* Fix a typo in isNormalCharacter (#37)
136
+* Instant type mapper now allows NULL values (#38)
137
138
### 0.1.9
139
140
* Add support for Float data type [#32](https://github.com/com-lihaoyi/scalasql/pull/32)
0 commit comments