Skip to content

Commit

Permalink
Remove SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
eld0727 committed Aug 6, 2018
1 parent a05a51d commit 3098c97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ tethys is a JSON parsing/writing library for Scala
Add dependencies to your `build.sbt`

```scala
val tethysVersion = "0.6.3.1"
val tethysVersion = "0.6.3.2"
libraryDependecies ++= Seq(
"com.tethys-json" %% "tethys-core" % tethysVersion,
"com.tethys-json" %% "tethys-jackson" % tethysVersion,
"com.tethys-json" %% "tethys-jackson" % tethysVchrersion,
"com.tethys-json" %% "tethys-derivation" % tethysVersion
)
```
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
lazy val commonSettings = Seq(
version := "0.6.3.2-SNAPSHOT",
version := "0.6.3.2",
organization := "com.tethys-json",
scalaVersion := "2.11.12",
crossScalaVersions := Seq("2.11.12", "2.12.6"),
Expand Down

0 comments on commit 3098c97

Please sign in to comment.