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 d6091d3 commit 8e7c561Copy full SHA for 8e7c561
README.md
@@ -6,9 +6,9 @@ Scala microlibrary for ANSI colored strings.
6
7
```scala
8
// for normal usage
9
-"org.polyvariant" %% "colorize" % "0.1.0"
+"org.polyvariant" %% "colorize" % "0.1.1"
10
// for Scala.js / Scala Native
11
-"org.polyvariant" %%% "colorize" % "0.1.0"
+"org.polyvariant" %%% "colorize" % "0.1.1"
12
```
13
14
## Usage
0 commit comments