-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
``` git log v6.0.2...HEAD --no-merges --oneline --pretty=format:"- [%s](https://github.com/atnos-org/eff/commit/%H)" > notes/v6.0.3.markdown ```
- Loading branch information
Showing
4 changed files
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
- [Update cats-effect to 3.4.9](https://github.com/atnos-org/eff/commit/d48d2dabe526511f1ce387e30d52825310c5590d) | ||
- [Update sbt-scalajs, scalajs-compiler, ... to 1.13.1](https://github.com/atnos-org/eff/commit/2e4aa923f4fa0798389646da61d613cd6f16930e) | ||
- [Update nscplugin, sbt-scala-native, ... to 0.4.12](https://github.com/atnos-org/eff/commit/46e6e17b795a19514896b1b79120acbaabc231ce) | ||
- [Update scala3-library, ... to 3.2.2](https://github.com/atnos-org/eff/commit/d5158b62cc7cd077438575113b6668ed68270e6c) | ||
- [use `Try#toEither`](https://github.com/atnos-org/eff/commit/6901f3c2d3ca0e2c4121acc06f2d0f88db3f8ba0) | ||
- [http => https](https://github.com/atnos-org/eff/commit/ee4543de16359f1b3eda1ec27657d59911ff4cc6) | ||
- [use SAM conversion](https://github.com/atnos-org/eff/commit/5ed75a84325244eb8538c5a9492ab2b53dbdc5e0) | ||
- [Update util-core to 22.12.0](https://github.com/atnos-org/eff/commit/f731aeaf7c1f3c5461a0c1f6bcfc6c033521abf0) | ||
- [Update scalaz-core to 7.3.7](https://github.com/atnos-org/eff/commit/d8c0f73f5b7c1403ce9f1a7370a4aad6258c831d) | ||
- [Update cats-core to 2.9.0](https://github.com/atnos-org/eff/commit/567f7c54888b89ac874bc46e17c17451455a9a2d) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
ThisBuild / version := "6.0.3-SNAPSHOT" | ||
ThisBuild / version := "6.0.3" |