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 4367720 commit f80cba2Copy full SHA for f80cba2
build.sbt
@@ -1,5 +1,5 @@
1
//val dottyVersion = "3.0.0-RC2-bin-SNAPSHOT"
2
-val dottyVersion = "3.2.0"
+val dottyVersion = "3.2.1"
3
//val dottyVersion = "3.1.3-RC1-bin-SNAPSHOT"
4
//val dottyVersion = dottyLatestNightlyBuild.get
5
@@ -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",
+ libraryDependencies += "com.github.rssh" %%% "dotty-cps-async" % "0.9.12",
15
libraryDependencies += "org.scalameta" %%% "munit" % "0.7.29" % Test,
16
)
17
0 commit comments