From 8f8623cf1551c9a452415cb445b030103e2ad797 Mon Sep 17 00:00:00 2001 From: NthPortal Date: Sat, 2 Sep 2017 20:22:39 -0400 Subject: [PATCH] Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 254e3ca..c146b95 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ A Scala library for handling conversions between types by throwing exceptions or ### SBT (Scala 2.11 and 2.12) ```sbtshell -"com.nthportal" %% "convert" % "0.1.0" +"com.nthportal" %% "convert" % "0.1.1" ``` ### Maven @@ -24,7 +24,7 @@ A Scala library for handling conversions between types by throwing exceptions or com.nthportal convert_2.12 - 0.1.0 + 0.1.1 ``` @@ -34,6 +34,6 @@ A Scala library for handling conversions between types by throwing exceptions or com.nthportal convert_2.11 - 0.1.0 + 0.1.1 ```