From 3098c977cad24baef58fb1e586fcb3b044016c98 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 6 Aug 2018 18:07:20 +0300 Subject: [PATCH] Remove SNAPSHOT --- README.md | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4604def5..bbc377d1 100644 --- a/README.md +++ b/README.md @@ -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 ) ``` diff --git a/build.sbt b/build.sbt index fb5b7371..3a60aeeb 100644 --- a/build.sbt +++ b/build.sbt @@ -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"),