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 786f849 commit 09880bfCopy full SHA for 09880bf
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.1"
+"org.polyvariant" %% "colorize" % "0.2.0"
10
// for Scala.js / Scala Native
11
-"org.polyvariant" %%% "colorize" % "0.1.1"
+"org.polyvariant" %%% "colorize" % "0.2.0"
12
```
13
14
## Usage
0 commit comments