From 735f6e5acfb5ce20e02aac180b8fd02b0ea74252 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 29 Dec 2025 00:03:20 +0000 Subject: [PATCH] chore(deps): update dependency scala to v2.13.18 --- __tests__/cache/sbt/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/cache/sbt/build.sbt b/__tests__/cache/sbt/build.sbt index 37a1513f..11980a5c 100644 --- a/__tests__/cache/sbt/build.sbt +++ b/__tests__/cache/sbt/build.sbt @@ -1,3 +1,3 @@ -ThisBuild / scalaVersion := "2.12.15" +ThisBuild / scalaVersion := "2.13.18" libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2" \ No newline at end of file