Skip to content

Commit

Permalink
Release v0.4.0 (#463)
Browse files Browse the repository at this point in the history
* update dependencies

* fs2-2.5.9
* http4s-0.22.0
* munit-0.7.27
* munit-cats-effect-2-1.0.5

* update changelog for v0.4.0
  • Loading branch information
amesgen authored Jul 22, 2021
1 parent 21d6020 commit 60dc8e2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ This file summarizes **notable** changes for each release, but does not describe

----

## v0.4.0 (2021-07-21)

### Dependency updates

* **http4s-0.22.0**
* fs2-2.5.9

## v0.4.0-RC1 (2021-05-28)

### Breaking changes
Expand Down
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ lazy val docs = project

val catsV = "2.6.1"
val catsEffectV = "2.5.1"
val fs2V = "2.5.6"
val fs2V = "2.5.9"
val scodecV = "1.1.27"
val http4sV = "0.22.0-RC1"
val http4sV = "0.22.0"
val reactiveStreamsV = "1.0.3"
val vaultV = "2.1.13"
val caseInsensitiveV = "1.1.4"

val munitV = "0.7.26"
val munitCatsEffectV = "1.0.3"
val munitV = "0.7.27"
val munitCatsEffectV = "1.0.5"
val javaWebsocketV = "1.5.2"

val coreDeps = Seq(
Expand Down

0 comments on commit 60dc8e2

Please sign in to comment.