-
Notifications
You must be signed in to change notification settings - Fork 20
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 README #90
Update README #90
Conversation
"com.github.sbt.junit" % "jupiter-interface" % JupiterKeys.jupiterVersion.value % Test | ||
) | ||
```scala | ||
addSbtPlugin("com.github.sbt.junit" % "sbt-jupiter-interface" % "x.y.z") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove specific version from the readme, and instead show the shields icon again.
0.1.x | 1.0.0-M4 | 5.0.0-M4 | ||
0.2.x | 1.0.0-M5 | 5.0.0-M5 | ||
0.3.x | 1.0.0-M6 | 5.0.0-M6 | ||
0.4.x | 1.0.0-RC2 | 5.0.0-RC2 | ||
0.5.x | 1.0.0 | 5.0.0 | ||
0.6.x | 1.0.0 | 5.0.0 | ||
0.7.x | 1.1.0 | 5.1.0 | ||
0.8.x | 1.1.x | 5.1.x | ||
0.9.x | 1.7.x | 5.7.x | ||
0.10.x | 1.8.x | 5.8.x | ||
0.11.x | 1.9.x | 5.9.x | ||
0.10.x | 1.8.x | 5.8.x | ||
0.9.x | 1.7.x | 5.7.x | ||
0.8.x | 1.1.x | 5.1.x | ||
0.7.x | 1.1.0 | 5.1.0 | ||
0.6.x | 1.0.0 | 5.0.0 | ||
0.5.x | 1.0.0 | 5.0.0 | ||
0.4.x | 1.0.0-RC2 | 5.0.0-RC2 | ||
0.3.x | 1.0.0-M6 | 5.0.0-M6 | ||
0.2.x | 1.0.0-M5 | 5.0.0-M5 | ||
0.1.x | 1.0.0-M4 | 5.0.0-M4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reversed the oder of the table.
0.2.x | 1.0.0-M5 | 5.0.0-M5 | ||
0.1.x | 1.0.0-M4 | 5.0.0-M4 | ||
|
||
**Note** `0.9.0`+ artifacts are published on Maven Central via Sonatype OSS. Previous versions were available via <https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/net.aichler/sbt-jupiter-interface/scala_2.10/sbt_0.13/>, whose underlying host has migrated from Bintray to Scala Center Artifactory instance. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replaced incorrect note
Note that unfortunately artifacts which were hosted at
Bintray
are no longer available since
the service has been discontinued.
with a link to Arty.
No description provided.