Skip to content

Commit 2ccbacf

Browse files
committed
Version upgrade
1 parent e87c7f9 commit 2ccbacf

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

docs/src/main/tut/index.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ We need more type driven logging, consistent secret management, catching erroneo
2222

2323
# Solution
2424

25+
Easy ! Use `safeStr"your log"` instead of `s"your log"` !
26+
2527
Add this in your build.sbt
2628

2729
```scala
@@ -78,9 +80,11 @@ Compilation Failed
7880

7981
To understand more on the concepts and usages, please go through:
8082

81-
* [A Simple Example](https://afsalthaj.github.io/safe-string-interpolation/examples.html)
82-
* [Typesafe Pretty prints](https://afsalthaj.github.io/safe-string-interpolation/pretty_print.html) and
83-
* [Logging Secrets / Passwords](https://afsalthaj.github.io/safe-string-interpolation/secrets.html) to get started !
83+
1) [A Simple Example](https://afsalthaj.github.io/safe-string-interpolation/examples.html)
84+
2) [Typesafe Pretty prints](https://afsalthaj.github.io/safe-string-interpolation/pretty_print.html) and
85+
3) [Logging Secrets / Passwords](https://afsalthaj.github.io/safe-string-interpolation/secrets.html)
86+
87+
to get started !
8488

8589

8690
# Add this in your logs !

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "1.2.0"
1+
version in ThisBuild := "1.2.1"

0 commit comments

Comments
 (0)