Skip to content

Commit

Permalink
Merge branch 'main' into update/junit-vintage-engine-5.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
etorreborre authored Oct 22, 2024
2 parents ffa9cb9 + 6a3edd5 commit bd6bfc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/depends.scala
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ object depends {

// used in specs2-junit
val junitVintage = "org.junit.vintage" % "junit-vintage-engine" % "5.11.3"
val junit = libraryDependencies ++= Seq(junitVintage, "org.junit.platform" % "junit-platform-engine" % "1.11.2")
val junit = libraryDependencies ++= Seq(junitVintage, "org.junit.platform" % "junit-platform-engine" % "1.11.3")
val junitTest = libraryDependencies += junitVintage % Test

// used in specs2-markdown for the markdown parser
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")

// release management
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.24.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.8.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.2")
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0")
Expand Down

0 comments on commit bd6bfc8

Please sign in to comment.