Skip to content

Commit 6302504

Browse files
committed
update documentation
1 parent 2e3436a commit 6302504

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/main/tut/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ Easy ! Use `safeStr"your log $a $b, $c"` instead of `s"your log $a $b, $c"` !
2727
Add this in your build.sbt
2828

2929
```scala
30-
libraryDependencies += "io.github.afsalthaj" %% "safe-string" % "1.2.7"
30+
libraryDependencies += "io.github.afsalthaj" %% "safe-string" % "1.2.8"
3131
```
3232

3333
Or, in ammonite;
3434

3535
```scala
36-
@ import $ivy.`io.github.afsalthaj::safe-string:1.2.7`
36+
@ import $ivy.`io.github.afsalthaj::safe-string:1.2.8`
3737
import $ivy.$
3838
```
3939

0 commit comments

Comments
 (0)