scalatest / scalatest

A testing tool for Scala and Java developers
Apache License 2.0
1.15k stars 333 forks source link

How to use scalatest in a Dotty project? #1762

Open Vopaaz opened 4 years ago

Vopaaz commented 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!

SethTisue commented 4 years ago

perhaps this should be consolidated under #1138