From b1ae3f8c47dabd698c82eb03b7857cbb061e74e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 15:40:08 +0000 Subject: [PATCH] Update dependency scala to v3.5.0 --- 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 5cf6e6e2..fca8fee2 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.4.3" +ThisBuild / scalaVersion := "3.5.0" ThisBuild / version := "0.1.0-SNAPSHOT" lazy val root = project