From dcde9b5ef47b78d5e1200eb1b0c082bc6e11aba4 Mon Sep 17 00:00:00 2001 From: "Vykintas Narmontas (William)" Date: Mon, 19 Sep 2016 07:52:59 +0800 Subject: [PATCH] Up to 0.3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c63c1a..617be0b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Add the following to your build.sbt: ```sbt scalaVersion := "2.11.8" -libraryDependencies += "com.scalawilliam" %% "xs4s" % "0.2" +libraryDependencies += "com.scalawilliam" %% "xs4s" % "0.3" // optionally, if you want to use a snapshot build. // resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"