Skip to content

Commit

Permalink
#42 rework of JsonReaderBuilder signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
eld0727 committed Feb 26, 2019
1 parent 2a657c7 commit 9816a02
Show file tree
Hide file tree
Showing 4 changed files with 274 additions and 94 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.8.0.1"
val tethysVersion = "0.9.0"
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.8.0.1"
"com.tethys-json" %% "tethys" % "0.9.0"
)
```

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
lazy val scalaTestVersion = "3.0.5"

lazy val commonSettings = Seq(
version := "0.8.0.1",
version := "0.9.0",
organization := "com.tethys-json",
scalaVersion := "2.11.12",
crossScalaVersions := Seq("2.11.12", "2.12.8", "2.13.0-M2"),
Expand Down
Loading

0 comments on commit 9816a02

Please sign in to comment.