From bae88f224939342b79fca61e7a4c9bc4c25378e4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 28 Dec 2025 14:50:49 +0000 Subject: [PATCH] chore(deps): update dependency scala to v2.12.21 --- __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..63310b2c 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.12.21" libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2" \ No newline at end of file