提交 9c0dfa93 编写于 作者: 梦境迷离's avatar 梦境迷离

update readme

上级 68ab34ee
...@@ -38,7 +38,7 @@ Learn Scala macro and abstract syntax tree. ...@@ -38,7 +38,7 @@ Learn Scala macro and abstract syntax tree.
- Zero dependency, type-safe - Zero dependency, type-safe
```scala ```scala
"org.bitlap" %% "smt-csv-core" % "<VERSION>" // since 0.5.0 "org.bitlap" %% "smt-csv-core" % "<VERSION>" // since 0.5.1
``` ```
## csv-derive ## csv-derive
...@@ -46,7 +46,7 @@ Learn Scala macro and abstract syntax tree. ...@@ -46,7 +46,7 @@ Learn Scala macro and abstract syntax tree.
- `DeriveCsvConverter` Automatically derive`Converter`instances for Scala`case class` - `DeriveCsvConverter` Automatically derive`Converter`instances for Scala`case class`
```scala ```scala
"org.bitlap" %% "smt-csv-derive" % "<VERSION>" // since 0.5.0 "org.bitlap" %% "smt-csv-derive" % "<VERSION>" // since 0.5.1
``` ```
## tools ## tools
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
- 零依赖,类型安全 - 零依赖,类型安全
```scala ```scala
"org.bitlap" %% "smt-csv-core" % "<VERSION>" // 从0.5.0开始 "org.bitlap" %% "smt-csv-core" % "<VERSION>" // 从0.5.1开始
``` ```
## csv-derive ## csv-derive
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
- `DeriveCsvConverter` 为Scala`case class`自动派生`Converter`实例 - `DeriveCsvConverter` 为Scala`case class`自动派生`Converter`实例
```scala ```scala
"org.bitlap" %% "smt-csv-derive" % "<VERSION>" // 从0.5.0开始 "org.bitlap" %% "smt-csv-derive" % "<VERSION>" // 从0.5.1开始
``` ```
## tools ## tools
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册