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.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lorandszakacs committed Apr 20, 2021
1 parent cd61b4f commit 4b81fc5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

# unreleased

# 0.0.3

Maintenance release. No breaking changes, source, or binary.

### new scala versions:

- `3.0.0-RC3` — 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-RC2, 3-0-0-RC1, 2.13, 2.12, both on the JVM, and JS platforms.
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.

### sprout

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

Depends on:

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

### snapshots

Expand Down

0 comments on commit 4b81fc5

Please sign in to comment.