diff --git a/README.md b/README.md index 49fa5e9c..9c2f971c 100644 --- a/README.md +++ b/README.md @@ -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 ++= { diff --git a/notes/v6.0.1.markdown b/notes/v6.0.1.markdown new file mode 100644 index 00000000..924887d5 --- /dev/null +++ b/notes/v6.0.1.markdown @@ -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) diff --git a/try-eff.sh b/try-eff.sh index aba4545f..a1c46935 100755 --- a/try-eff.sh +++ b/try-eff.sh @@ -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 diff --git a/version.sbt b/version.sbt index 31ce775d..9cf068d8 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "6.1.0-SNAPSHOT" +ThisBuild / version := "6.0.1"