Skip to content

Commit

Permalink
0.9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
rssh committed Dec 8, 2022
1 parent d17c1db commit a20b9e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.11",
libraryDependencies += "com.github.rssh" %% "shim-scala-async-dotty-cps-async" % "0.9.12",
```

['--' in github project name changed to '-' ]
Expand Down
6 changes: 3 additions & 3 deletions build.sbt
@@ -1,16 +1,16 @@

val dottyVersion = "3.2.0"
val dottyVersion = "3.2.1"

lazy val root = project
.in(file("."))
.settings(
name := "shim--scala-async--dotty-cps-async",
version := "0.9.11",
version := "0.9.12",
scalaVersion := dottyVersion,

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

libraryDependencies += "com.github.rssh" %% "dotty-cps-async" % "0.9.11"
libraryDependencies += "com.github.rssh" %% "dotty-cps-async" % "0.9.12"

)

2 changes: 1 addition & 1 deletion project/build.properties
@@ -1 +1 @@
sbt.version=1.7.1
sbt.version=1.8.0

0 comments on commit a20b9e1

Please sign in to comment.