Skip to content

Commit

Permalink
Merge remote-tracking branch 'scala-steward/update/jupiter-interface-…
Browse files Browse the repository at this point in the history
…0.13.0'
  • Loading branch information
sageserpent-open committed Aug 19, 2024
2 parents 420fa54 + 36f61a4 commit 433b566
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,6 @@ lazy val settings = Seq(
libraryDependencies += "com.eed3si9n.expecty" %% "expecty" % "0.16.0" % Test
)

lazy val americium = (project in file(".")).settings(settings: _*)
lazy val americium = (project in file("."))
.settings(settings: _*)
.disablePlugins(plugins.JUnitXmlReportPlugin)
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
addDependencyTreePlugin

addSbtPlugin("com.github.sbt.junit" % "sbt-jupiter-interface" % "0.11.4")
addSbtPlugin("com.github.sbt.junit" % "sbt-jupiter-interface" % "0.13.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
Expand Down

0 comments on commit 433b566

Please sign in to comment.