Skip to content

Commit

Permalink
6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Jun 2, 2022
1 parent 5b13afe commit 03a3677
Show file tree
Hide file tree
Showing 4 changed files with 6 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.0"
libraryDependencies += "org.atnos" %% "eff" % "6.0.1"

// to write types like Reader[String, *]
libraryDependencies ++= {
Expand Down
3 changes: 3 additions & 0 deletions notes/v6.0.1.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- [Update cats-effect to 3.3.12](https://github.com/atnos-org/eff/commit/fd09137080cd8e6a1fd3e2c19f7a6956c048f454)
- [Update monix to 3.4.1](https://github.com/atnos-org/eff/commit/50667002788b250a4f742ec68d36829a6ca0d4ee)
- [Update twitter util-core to 22.4.0](https://github.com/atnos-org/eff/commit/a5f6315e4a7e53b96fe71e48336bab6afb65b22b)
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.0 \
org.atnos:eff_3:6.0.1 \
-- --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.1.0-SNAPSHOT"
ThisBuild / version := "6.0.1"

0 comments on commit 03a3677

Please sign in to comment.