davidB / scala-archetype-simple

a simple maven archetype for project in scala
Creative Commons Zero v1.0 Universal
109 stars 95 forks source link

Replace deprecated ShouldMatchers with Matchers #23

Closed bhamail closed 6 years ago

bhamail commented 7 years ago

Fixes the warning below:

[INFO] Compiling 3 source files to /Users/bhamail/sonatype/support/scala/archetype/myartifact/target/test-classes at 1482460576204
[WARNING] /Users/bhamail/sonatype/support/scala/archetype/myartifact/src/test/scala/samples/scalatest.scala:59: warning: trait ShouldMatchers in package matchers is deprecated: Please use org.scalatest.Matchers instead.
[WARNING] class ListSuite extends FunSuite with ShouldMatchers {
[WARNING]                                       ^
[WARNING] one warning found
ldeck commented 6 years ago

@davidB are you accepting pull requests? There seems to be some forks of this repo that would be good to pull from and publish.

The 1.6 release is quite old now unfortunately.

davidB commented 6 years ago

@bhamail Thanks @ldeck I accept PR and fork, derivative (it's why license is CC0)

Sorry for delay