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 809af8a commit 80e6c0dCopy full SHA for 80e6c0d
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.3.0"
+libraryDependencies += "com.sizmek.fsi" %% "fsi-macros" % "0.3.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.3.1-SNAPSHOT"
+version in ThisBuild := "0.3.1"
0 commit comments