/scalatest-taggedtestng

A fork of scalatest with a patched TestNGSuiteLike that better supports our legacy testng tests.

Primary LanguageScalaApache License 2.0Apache-2.0

FIrst I created a credentials file in ~/.sbt/lomaven.credentials:

realm=Lo Pub Maven
host=learningobjects.jfrog.io
user=merlin
password=ABCD1234

Then I published scalactic and scalatest:

sbt
> ; scalactic/publish ; scalatest/publish