We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f094921 commit fff51c1Copy full SHA for fff51c1
1 file changed
build.sbt
@@ -29,7 +29,7 @@ ThisBuild / javafmtFormatterCompatibleJavaVersion := 17
29
ThisBuild / javafmtSortImports := false
30
31
ThisBuild / JupiterKeys.junitJupiterVersion := "6.1.2"
32
-ThisBuild / JupiterKeys.junitPlatformVersion := "6.1.1"
+ThisBuild / JupiterKeys.junitPlatformVersion := "6.1.2"
33
34
addCommandAlias("checkCodeStyle", "scalafmtCheckAll; scalafmtSbtCheck; javafmtCheckAll; +headerCheckAll")
35
addCommandAlias("applyCodeStyle", "+headerCreateAll; scalafmtAll; scalafmtSbt; javafmtAll")
0 commit comments