Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

Commit

Permalink
Prepare v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lorandszakacs committed May 13, 2021
1 parent 1608779 commit 17b93ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

# unreleased

### 0.0.4

### new scala versions:

- `3.0.0` :party: — JVM, and JS
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

## getting started

This library is published for Scala `3-0-0-RC3`, `3-0-0-RC2`, `2.13`, `2.12`, both on the JVM, and JS platforms.
This library is published for Scala `3-0-0`, `2.13`, `2.12`, both on the JVM, and JS platforms.

### sprout

```scala
libraryDependencies ++= "com.lorandszakacs" %% "sprout" % "0.0.3"
libraryDependencies ++= "com.lorandszakacs" %% "sprout" % "0.0.4"
```

Depends on:

- [cats-core](https://github.com/typelevel/cats) `2.6.0`
- [shapeless](https://github.com/milessabin/shapeless/) `2.3.4` — only for Scala 2
- [cats-core](https://github.com/typelevel/cats) `2.6.1`
- [shapeless](https://github.com/milessabin/shapeless/) `2.3.6` — only for Scala 2

### snapshots

Expand Down

0 comments on commit 17b93ab

Please sign in to comment.