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

Commit

Permalink
Merge pull request #36 from lorandszakacs/release/0.0.5
Browse files Browse the repository at this point in the history
Prepare v0.0.5
  • Loading branch information
lorandszakacs authored Jun 3, 2021
2 parents 7c9e5cf + 8ec6b41 commit d3a4ee8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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.5

### dependency upgrades

- [shapeless](https://github.com/milessabin/shapeless) `2.3.7` — only used for Scala 2
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ This library is published for Scala `3.0.0`, `2.13`, `2.12`, both on the JVM, an
### sprout

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

Depends on:

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

### snapshots

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ val Scala3 = "3.0.0"
//============================ publishing details =============================
//=============================================================================

ThisBuild / baseVersion := "0.0.4"
ThisBuild / baseVersion := "0.0.5"
ThisBuild / organization := "com.lorandszakacs"
ThisBuild / homepage := Option(url("https://github.com/lorandszakacs/sprout"))

Expand Down

0 comments on commit d3a4ee8

Please sign in to comment.