We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f47beb commit 476d515Copy full SHA for 476d515
README.md
@@ -27,7 +27,7 @@ resolvers += Resolver.jcenterRepo
27
Add the library to a dependency list:
28
29
```sbt
30
-libraryDependencies += "com.sizmek.fsi" %% "fsi-macros" % "0.4.0"
+libraryDependencies += "com.sizmek.fsi" %% "fsi-macros" % "0.4.1"
31
```
32
33
Add import and replace prefix `s` by `fs` (or for a raw string interpolator `raw` by `fraw`):
version.sbt
@@ -1 +1 @@
1
-version in ThisBuild := "0.4.1-SNAPSHOT"
+version in ThisBuild := "0.4.1"
0 commit comments