Skip to content

Commit

Permalink
updated to use dotty-cps-async-0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rssh committed Feb 21, 2021
1 parent e7e674c commit f784a72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions build.sbt
@@ -1,17 +1,16 @@

val dottyVersion = "3.0.0-M3"
val dottyVersion = "3.0.0-RC1"

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

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

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

)

2 changes: 1 addition & 1 deletion project/plugins.sbt
@@ -1,2 +1,2 @@
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.1")
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.3")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.2")

0 comments on commit f784a72

Please sign in to comment.