Open Vopaaz opened 4 years ago
In your 3.1.0 release note, you mentioned that Dotty is supported. However, I did not find any tutorials on how to get it to work.
I'm using sbt and I tried this from the Dotty documentation,
libraryDependencies += ("org.scalatest" %% "scalatest" % "3.1.0" % "test").withDottyCompat(scalaVersion.value),
but it does not work.
Can I get any help? Thanks!
perhaps this should be consolidated under #1138
In your 3.1.0 release note, you mentioned that Dotty is supported. However, I did not find any tutorials on how to get it to work.
I'm using sbt and I tried this from the Dotty documentation,
but it does not work.
Can I get any help? Thanks!