Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BenFradet committed Feb 16, 2018
1 parent 169e933 commit 5c03d4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Deriving Spark DataFrame schemas from case classes.
struct-type-encoder is available on maven central with the following coordinates:

```scala
"com.github.benfradet" %% "struct-type-encoder" % "0.1.0"
"com.github.benfradet" %% "struct-type-encoder" % "0.2.0"
```

## Motivation
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
lazy val buildSettings = Seq(
organization := "com.github.benfradet",
version := "0.2.0-SNAPSHOT",
version := "0.2.0",
scalaVersion := "2.11.12"
)

Expand Down

0 comments on commit 5c03d4b

Please sign in to comment.