We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 987728e commit e99d8bcCopy full SHA for e99d8bc
build.sbt
@@ -11,7 +11,7 @@ val sharedSettings = Seq(
11
scalaVersion := dottyVersion,
12
name := "scala-gopher",
13
//resolvers += "Local Ivy Repository" at "file://"+Path.userHome.absolutePath+"/.ivy2/local",
14
- libraryDependencies += "com.github.rssh" %%% "dotty-cps-async" % "0.9.15",
+ libraryDependencies += "com.github.rssh" %%% "dotty-cps-async" % "0.9.16-SNAPSHOT",
15
libraryDependencies += "org.scalameta" %%% "munit" % "0.7.29" % Test,
16
)
17
0 commit comments