From 6559f85ad2174ca2fab4074af66bb177ddef9ce9 Mon Sep 17 00:00:00 2001 From: xuwei-k <6b656e6a69@gmail.com> Date: Sun, 30 Oct 2022 20:39:13 +0900 Subject: [PATCH] 6.0.2 --- notes/v6.0.2.markdown | 13 +++++++++++++ version.sbt | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 notes/v6.0.2.markdown diff --git a/notes/v6.0.2.markdown b/notes/v6.0.2.markdown new file mode 100644 index 00000000..df7652da --- /dev/null +++ b/notes/v6.0.2.markdown @@ -0,0 +1,13 @@ +- [depends on `monix-eval` instead of `monix`](https://github.com/atnos-org/eff/commit/427cb10a9f20e322b8ed35922eb55e6ec8e705c4) +- [Update scala3-librar to 3.2.1](https://github.com/atnos-org/eff/commit/0b431d8a1c5a5b50ff5c80371ae36e61f8beb29c) +- [Update scala-library to 2.13.10](https://github.com/atnos-org/eff/commit/187482bb46d086274ed05b31bc0e82919461b453) +- [Update scala-library to 2.12.17](https://github.com/atnos-org/eff/commit/bbd5ff8619c8cd1cd24c8793da15921e4a82c91e) +- [Update scala-js to 1.11.0](https://github.com/atnos-org/eff/commit/c9933cd1b5904af51b35439b9ce61ef08f3d1d9d) +- [Update scala-native to 0.4.7](https://github.com/atnos-org/eff/commit/cf9632e5c02b7716fbb1cb039a7459d98e21b0dd) +- [Update scalafmt-core to 3.5.9](https://github.com/atnos-org/eff/commit/4fabcbf23151a0fcd9ecfe5b351b7413398261eb) +- [add `@tailrec`](https://github.com/atnos-org/eff/commit/be9aeb0741915f0f2ed6c404db51d4ff0daa1b34) +- [Update util-core to 22.7.0](https://github.com/atnos-org/eff/commit/6698bd0f550cbf1431818a77e3f9f72c3b8c6ab3) +- [Update cats-effect to 3.3.14](https://github.com/atnos-org/eff/commit/4c9bdb4e400487e1db4daaaa2ef258f5346dce0e) +- [Update cats-effect to 3.3.13](https://github.com/atnos-org/eff/commit/e30b7f0b9a5167654c990ad82fc9483745aaa268) +- [enable scala-native Scala 3](https://github.com/atnos-org/eff/commit/3a7da743573d2c5caed4fd7f0a89c51365d8d9e8) +- [Update cats-core to 2.8.0](https://github.com/atnos-org/eff/commit/5df95f9c463faddc8f48a9fb6819026dc6b3cd37) diff --git a/version.sbt b/version.sbt index 018b1691..ef7697d5 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "6.0.2-SNAPSHOT" +ThisBuild / version := "6.0.2"