From b73aebe998d6366781cb833eb123593d11640632 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 14:31:59 +0000 Subject: [PATCH] Update dependency scala to v3.7.1 --- junit5-jupiter-starter-sbt/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/junit5-jupiter-starter-sbt/build.sbt b/junit5-jupiter-starter-sbt/build.sbt index a603eabe..041d66a6 100644 --- a/junit5-jupiter-starter-sbt/build.sbt +++ b/junit5-jupiter-starter-sbt/build.sbt @@ -1,5 +1,5 @@ ThisBuild / organization := "com.example" -ThisBuild / scalaVersion := "3.7.0" +ThisBuild / scalaVersion := "3.7.1" ThisBuild / version := "0.1.0-SNAPSHOT" lazy val root = project