Skip to content

Commit e99d8bc

Browse files
committed
dotty-cps-async snapshot
1 parent 987728e commit e99d8bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ val sharedSettings = Seq(
1111
scalaVersion := dottyVersion,
1212
name := "scala-gopher",
1313
//resolvers += "Local Ivy Repository" at "file://"+Path.userHome.absolutePath+"/.ivy2/local",
14-
libraryDependencies += "com.github.rssh" %%% "dotty-cps-async" % "0.9.15",
14+
libraryDependencies += "com.github.rssh" %%% "dotty-cps-async" % "0.9.16-SNAPSHOT",
1515
libraryDependencies += "org.scalameta" %%% "munit" % "0.7.29" % Test,
1616
)
1717

0 commit comments

Comments
 (0)