Skip to content

Commit

Permalink
0.6.0 for RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
rssh committed Apr 20, 2021
1 parent 38079ed commit 9a2238e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
@@ -1,16 +1,16 @@

val dottyVersion = "3.0.0-RC2"
val dottyVersion = "3.0.0-RC3"

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

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

libraryDependencies += "com.github.rssh" %% "dotty-cps-async" % "0.5.0"
libraryDependencies += "com.github.rssh" %% "dotty-cps-async" % "0.6.0"

)

0 comments on commit 9a2238e

Please sign in to comment.