From 606c452db04e1beb4de8da401e49807ed6f785ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 15:04:24 +0000 Subject: [PATCH] Update dependency scala to v3.5.2 --- 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 bc8707dd..dcba8d31 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.5.1" +ThisBuild / scalaVersion := "3.5.2" ThisBuild / version := "0.1.0-SNAPSHOT" lazy val root = project