Skip to content

Commit

Permalink
5.23.0
Browse files Browse the repository at this point in the history
```
git log v5.22.0...HEAD --no-merges --oneline --pretty=format:"- [%s](https://github.com/atnos-org/eff/commit/%H)" > notes/v5.23.0.markdown
```
  • Loading branch information
xuwei-k committed Jan 25, 2022
1 parent 505e653 commit 02b7775
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions notes/v5.23.0.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- [Scala 3.1.1](https://github.com/atnos-org/eff/commit/505e653a9771498092826e548e9a6f15aab5a60d)
- [Update scala-native to 0.4.3](https://github.com/atnos-org/eff/commit/44aca1297e2b2a1b24caca74609117512bd8210e)
- [remove scalaz `CrossVersion.for3Use2_13`](https://github.com/atnos-org/eff/commit/ee233351045780652e53905c2bbb403fdfc6015d)
- [Update scalaz-core to 7.3.6](https://github.com/atnos-org/eff/commit/d7b4283dc553b31a756396014efd62150cc57933)
- [Update util-core to 22.1.0](https://github.com/atnos-org/eff/commit/e7275f89e733ed06d68d72e6a982b0bb8c035692)
- [Update scala-library, scala-reflect to 2.13.8](https://github.com/atnos-org/eff/commit/a5ab14370959b82a99c1493283a9c89892965748)
- [Update cats-effect to 3.3.4](https://github.com/atnos-org/eff/commit/8700009fa6abe5abd56e53d0e90e879ab4d4b567)
- [Update sbt to 1.6.1](https://github.com/atnos-org/eff/commit/3271a65b4839f8e46ad3cb32c58369ed4f7c1703)
- [Update scalajs to 1.8.0](https://github.com/atnos-org/eff/commit/48c700b3c846dfac1d8b5f62def61a04cd6851a1)
- [Update cats-core to 2.7.0](https://github.com/atnos-org/eff/commit/19ded8088d38e0ca279001ff39f19c2951553918)
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "5.23.0-SNAPSHOT"
ThisBuild / version := "5.23.0"

0 comments on commit 02b7775

Please sign in to comment.