We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae8bcf2 commit 9fde6c0Copy full SHA for 9fde6c0
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.11-SNAPSHOT",
+ libraryDependencies += "com.github.rssh" %%% "dotty-cps-async" % "0.9.11",
15
libraryDependencies += "org.scalameta" %%% "munit" % "0.7.29" % Test,
16
)
17
0 commit comments