Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Sep 26, 2022
1 parent d6091d3 commit 8e7c561
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Scala microlibrary for ANSI colored strings.

```scala
// for normal usage
"org.polyvariant" %% "colorize" % "0.1.0"
"org.polyvariant" %% "colorize" % "0.1.1"
// for Scala.js / Scala Native
"org.polyvariant" %%% "colorize" % "0.1.0"
"org.polyvariant" %%% "colorize" % "0.1.1"
```

## Usage
Expand Down

0 comments on commit 8e7c561

Please sign in to comment.