Skip to content

Commit

Permalink
0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rssh committed May 23, 2021
1 parent 9ff1abd commit 71a8694
Showing 1 changed file with 2 additions and 2 deletions.
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.8.0",
version := "0.8.1",
scalaVersion := dottyVersion,

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

libraryDependencies += "com.github.rssh" %% "dotty-cps-async" % "0.8.0"
libraryDependencies += "com.github.rssh" %% "dotty-cps-async" % "0.8.1"

)

0 comments on commit 71a8694

Please sign in to comment.