Skip to content

Commit

Permalink
0.5.0 for doty-3.0.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
rssh committed Mar 30, 2021
1 parent b90ab3e commit 8e29b5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sbt
@@ -1,16 +1,16 @@

val dottyVersion = "3.0.0-RC1"
val dottyVersion = "3.0.0-RC2"

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

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

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

)

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

0 comments on commit 8e29b5f

Please sign in to comment.