Skip to content

Commit 5c03d4b

Browse files
committed
0.2.0
1 parent 169e933 commit 5c03d4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Deriving Spark DataFrame schemas from case classes.
1212
struct-type-encoder is available on maven central with the following coordinates:
1313

1414
```scala
15-
"com.github.benfradet" %% "struct-type-encoder" % "0.1.0"
15+
"com.github.benfradet" %% "struct-type-encoder" % "0.2.0"
1616
```
1717

1818
## Motivation

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
lazy val buildSettings = Seq(
22
organization := "com.github.benfradet",
3-
version := "0.2.0-SNAPSHOT",
3+
version := "0.2.0",
44
scalaVersion := "2.11.12"
55
)
66

0 commit comments

Comments
 (0)