Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rssh committed May 13, 2021
1 parent 354d7f9 commit 8779b3c
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-RC3"
val dottyVersion = "3.0.0"

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

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

libraryDependencies += "com.github.rssh" %% "dotty-cps-async" % "0.6.2"
libraryDependencies += "com.github.rssh" %% "dotty-cps-async" % "0.7.0"

)

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

0 comments on commit 8779b3c

Please sign in to comment.