Skip to content

Commit

Permalink
0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rssh committed Feb 13, 2022
1 parent 015f8a5 commit b50b331
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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.9.5",
libraryDependencies += "com.github.rssh" %% "shim-scala-async-dotty-cps-async" % "0.9.8",
```

['--' in github project name changed to '-' ]
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -5,12 +5,12 @@ lazy val root = project
.in(file("."))
.settings(
name := "shim--scala-async--dotty-cps-async",
version := "0.9.6",
version := "0.9.8",
scalaVersion := dottyVersion,

libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % "test",

libraryDependencies += "com.github.rssh" %% "dotty-cps-async" % "0.9.6"
libraryDependencies += "com.github.rssh" %% "dotty-cps-async" % "0.9.8"

)

0 comments on commit b50b331

Please sign in to comment.