Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Apr 15, 2024
1 parent e7995dc commit 8190719
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions readme.md
@@ -1,4 +1,4 @@
Fansi 0.4.0 [![Gitter Chat]][gitter-url] [![Patreon][patreon-badge]][patreon-link]
Fansi 0.5.0 [![Gitter Chat]][gitter-url] [![Patreon][patreon-badge]][patreon-link]
======================================================================
[Gitter Chat]: https://badges.gitter.im/Join%20Chat.svg
[gitter-url]: https://gitter.im/lihaoyi/fansi?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
Expand All @@ -11,12 +11,12 @@ Fansi 0.4.0 [![Gitter Chat]][gitter-url] [![Patreon][patreon-badge]][patreon-lin

```scala
// SBT
"com.lihaoyi" %% "fansi" % "0.4.0"
"com.lihaoyi" %%% "fansi" % "0.4.0" // Scala.js or Scala-Native
"com.lihaoyi" %% "fansi" % "0.5.0"
"com.lihaoyi" %%% "fansi" % "0.5.0" // Scala.js or Scala-Native

// Mill
ivy"com.lihaoyi::fansi:0.4.0"
ivy"com.lihaoyi::fansi::0.4.0" // Scala.js or Scala-Native
ivy"com.lihaoyi::fansi:0.5.0"
ivy"com.lihaoyi::fansi::0.5.0" // Scala.js or Scala-Native
```

Fansi is a Scala library to make it easy to deal with fancy colored Ansi
Expand Down Expand Up @@ -257,7 +257,7 @@ Scaladoc
Changelog
---------

### master
### 0.5.0

- Support for Scala-Native 0.5.0
- Dropped support for Scala 2.11.x
Expand Down

0 comments on commit 8190719

Please sign in to comment.