Skip to content

Commit fff51c1

Browse files
Update junit-platform-launcher to 6.1.2 (#1157)
Co-authored-by: Philippus Baalman <philippus@gmail.com>
1 parent f094921 commit fff51c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ThisBuild / javafmtFormatterCompatibleJavaVersion := 17
2929
ThisBuild / javafmtSortImports := false
3030

3131
ThisBuild / JupiterKeys.junitJupiterVersion := "6.1.2"
32-
ThisBuild / JupiterKeys.junitPlatformVersion := "6.1.1"
32+
ThisBuild / JupiterKeys.junitPlatformVersion := "6.1.2"
3333

3434
addCommandAlias("checkCodeStyle", "scalafmtCheckAll; scalafmtSbtCheck; javafmtCheckAll; +headerCheckAll")
3535
addCommandAlias("applyCodeStyle", "+headerCreateAll; scalafmtAll; scalafmtSbt; javafmtAll")

0 commit comments

Comments
 (0)