Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update documentation wrt mill testFramework #512

Merged

Conversation

daddykotex
Copy link
Contributor

See mill's source:

scalalib/src/TestModule.scala:  @deprecated("Use testFramework instead.", "mill after 0.9.6")
scalalib/src/TestModule.scala:  def testFrameworks: T[Seq[String]] = T { Seq.empty[String] }
scalalib/src/TestModule.scala:  def testFramework: T[String] = T

See mill's source:

```
scalalib/src/TestModule.scala:  @deprecated("Use testFramework instead.", "mill after 0.9.6")
scalalib/src/TestModule.scala:  def testFrameworks: T[Seq[String]] = T { Seq.empty[String] }
scalalib/src/TestModule.scala:  def testFramework: T[String] = T
```
@Baccata Baccata merged commit 1f9561e into disneystreaming:master Apr 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants