Skip to content

Commit 9fde6c0

Browse files
committed
3.0.4 with dotty-cps-async 0.9.11
1 parent ae8bcf2 commit 9fde6c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
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.11-SNAPSHOT",
14+
libraryDependencies += "com.github.rssh" %%% "dotty-cps-async" % "0.9.11",
1515
libraryDependencies += "org.scalameta" %%% "munit" % "0.7.29" % Test,
1616
)
1717

0 commit comments

Comments
 (0)