We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 169e933 commit 5c03d4bCopy full SHA for 5c03d4b
README.md
@@ -12,7 +12,7 @@ Deriving Spark DataFrame schemas from case classes.
12
struct-type-encoder is available on maven central with the following coordinates:
13
14
```scala
15
-"com.github.benfradet" %% "struct-type-encoder" % "0.1.0"
+"com.github.benfradet" %% "struct-type-encoder" % "0.2.0"
16
```
17
18
## Motivation
build.sbt
@@ -1,6 +1,6 @@
1
lazy val buildSettings = Seq(
2
organization := "com.github.benfradet",
3
- version := "0.2.0-SNAPSHOT",
+ version := "0.2.0",
4
scalaVersion := "2.11.12"
5
)
6
0 commit comments