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 ffc423a commit 20501c1Copy full SHA for 20501c1
sbt-dotty/sbt-test/scala2-compat/eff/build.sbt
@@ -1,4 +1,4 @@
1
scalaVersion := sys.props("plugin.scalaVersion")
2
3
libraryDependencies +=
4
- ("org.atnos" %% "eff" % "5.4.1").withDottyCompat(scalaVersion.value)
+ ("org.atnos" %% "eff" % "5.5.2").withDottyCompat(scalaVersion.value)
sbt-dotty/sbt-test/scala2-compat/eff/pending
sbt-dotty/sbt-test/scala2-compat/eff/test
@@ -0,0 +1 @@
+> compile
0 commit comments