Skip to content

Commit

Permalink
remove snapshot and up version in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eld0727 committed Jul 12, 2018
1 parent 78a4a55 commit 64e03e3
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,7 +10,7 @@ tethys is a JSON parsing/writing library for Scala
Add dependencies to your `build.sbt`

```scala
val tethysVersion = "0.6.3"
val tethysVersion = "0.6.3.1"
libraryDependecies ++= Seq(
"com.tethys-json" %% "tethys-core" % tethysVersion,
"com.tethys-json" %% "tethys-jackson" % tethysVersion,
Expand All @@ -22,7 +22,7 @@ or just

```scala
libraryDependecies ++= Seq(
"com.tethys-json" %% "tethys" % "0.6.3"
"com.tethys-json" %% "tethys" % "0.6.3.1"
)
```

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.1-SNAPSHOT",
version := "0.6.3.1",
organization := "com.tethys-json",
scalaVersion := "2.11.12",
crossScalaVersions := Seq("2.11.12", "2.12.6"),
Expand Down

0 comments on commit 64e03e3

Please sign in to comment.