Skip to content

Commit

Permalink
updated version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
rssh committed Apr 16, 2021
1 parent 8e29b5f commit 38079ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -5,12 +5,12 @@ 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.4.0",
libraryDependencies += "com.github.rssh" %% "shim-scala-async-dotty-cps-async" % "0.5.0",
```

['--' in github project name changed to '-' ]

Supported dotty version is 3.0.0-RC1, 3.0.0-M3, 3.0.0-M2
Supported dotty version is 3.0.0-RC2, 3.0.0-RC1, 3.0.0-M3, 3.0.0-M2

Note, that if you want bug-to-bug compatibility with scala2, than you probably want wait for official port of scala-async compiler plugin.

0 comments on commit 38079ed

Please sign in to comment.