From bd099b29f0b7c4a77ae35d3c503db1fddedc6225 Mon Sep 17 00:00:00 2001 From: avi-stripe Date: Tue, 5 Jun 2018 12:03:47 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb9943eed..1b57d8011 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ You can enable fatal warnings locally by either setting Rainier is published on sonatype. To use it in your SBT project, you can add the following to your build.sbt: ```scala -libraryDependencies += "com.stripe" %% "rainier-core" % "0.1.0" +libraryDependencies += "com.stripe" %% "rainier-core" % "0.1.1" ``` ## Authors