From b440e7f49aa1e7a6ebcf7babad0686f84c137de0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 27 Feb 2024 22:23:40 +0000 Subject: [PATCH] Update scala-compiler, scala-library to 2.12.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 047633e..6d13d51 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ organization := "com.lightbend" version := "0.0.1" name := "cloc-plugin" scalaVersion := crossScalaVersions.value.head -crossScalaVersions := Seq("2.12.18", "2.13.12") +crossScalaVersions := Seq("2.12.19", "2.13.12") crossVersion := CrossVersion.patch libraryDependencies += "org.scala-lang" % "scala-compiler" % scalaVersion.value % "provided"