From f9326007c0f6e855bd224a8c70ab464acd22de75 Mon Sep 17 00:00:00 2001 From: Andrii Radyk Date: Sat, 8 Dec 2018 12:24:39 +0100 Subject: [PATCH] Setting version to 0.4.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc986bf..a4eafc4 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ resolvers += Resolver.jcenterRepo Add the library to a dependency list: ```sbt -libraryDependencies += "com.sizmek.fsi" %% "fsi-macros" % "0.3.1" +libraryDependencies += "com.sizmek.fsi" %% "fsi-macros" % "0.4.0" ``` Add import and replace prefix `s` by `fs` (or for a raw string interpolator `raw` by `fraw`):