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

bump sbt-jupiter-interface to 0.13.2 #4048

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ object Settings {
val docUrl = "https://mill-build.org"
// the exact branches containing a doc root
val docBranches = Seq()
// the exact tags containing a doc root. Publish docs for
// the exact tags containing a doc root. Publish docs for
// the last point version in each minor release series
val legacyDocTags: Seq[String] = Seq(
"0.9.12",
Expand Down Expand Up @@ -205,7 +205,7 @@ object Deps {
val dokkaCli = ivy"org.jetbrains.dokka:dokka-cli:$dokkaVersion"
val errorProneCore = ivy"com.google.errorprone:error_prone_core:2.31.0"
val freemarker = ivy"org.freemarker:freemarker:2.3.33"
val jupiterInterface = ivy"com.github.sbt.junit:jupiter-interface:0.11.4"
val jupiterInterface = ivy"com.github.sbt.junit:jupiter-interface:0.13.2"
val kotlinxHtmlJvm = ivy"org.jetbrains.kotlinx:kotlinx-html-jvm:0.8.0"
val koverCli = ivy"org.jetbrains.kotlinx:kover-cli:$koverVersion"
val koverJvmAgent = ivy"org.jetbrains.kotlinx:kover-jvm-agent:$koverVersion"
Expand Down
Loading