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 4151d21 commit 3495d17Copy full SHA for 3495d17
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" %% "macros" % "0.1.0"
+libraryDependencies += "com.sizmek.fsi" %% "macros" % "0.2.0"
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.2.0-SNAPSHOT"
+version in ThisBuild := "0.2.0"
0 commit comments