diff --git a/README.md b/README.md index d93fe29..471fe2c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ shim which allows to compile scala program which use [scala-async](https://githu i.e. if you want port you program to dotty without changing source code, then you can replace scala-async dependecy to this shim for building with dotty. ```Scala - libraryDependencies += "com.github.rssh" %% "shim-scala-async-dotty-cps-async" % "0.6.1", + libraryDependencies += "com.github.rssh" %% "shim-scala-async-dotty-cps-async" % "0.6.2", ``` ['--' in github project name changed to '-' ]