Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
rssh committed Feb 21, 2021
1 parent f784a72 commit b90ab3e
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.3.5",
libraryDependencies += "com.github.rssh" %% "shim-scala-async-dotty-cps-async" % "0.4.0",
```

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

Supported dotty version is 3.0.0-M3, 3.0.0-M2,
Supported dotty version is 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 b90ab3e

Please sign in to comment.