Skip to content

Commit

Permalink
6.0.3
Browse files Browse the repository at this point in the history
```
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
xuwei-k committed Apr 18, 2023
1 parent fbc460c commit a0b76cc
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Eff is published for Scala 2.12, 2.13 and 3. `eff` core is available for the JVM

```scala
// check maven badge above for latest version
libraryDependencies += "org.atnos" %% "eff" % "6.0.2"
libraryDependencies += "org.atnos" %% "eff" % "6.0.3"

// to write types like Reader[String, *]
libraryDependencies ++= {
Expand Down
10 changes: 10 additions & 0 deletions notes/v6.0.3.markdown
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)
2 changes: 1 addition & 1 deletion try-eff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
test -e ~/.coursier/cs || (mkdir -p ~/.coursier && wget -q -O ~/.coursier/cs https://git.io/coursier-cli-"$(uname | tr LD ld)" && chmod +x ~/.coursier/cs)
~/.coursier/cs launch -q -P -M ammonite.Main \
com.lihaoyi:ammonite_3.1.2:2.5.3 \
org.atnos:eff_3:6.0.2 \
org.atnos:eff_3:6.0.3 \
-- --predef-code 'import org.atnos.eff._, all._, syntax.all._' < /dev/tty
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "6.0.3-SNAPSHOT"
ThisBuild / version := "6.0.3"

0 comments on commit a0b76cc

Please sign in to comment.