From 20b806715a14c7b112f29dce347cb5ef2536285d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 5 May 2024 16:42:30 +0000 Subject: [PATCH] Update scala-compiler, scala-library to 2.13.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6a44355..3327f5b 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.19", "2.13.13") +crossScalaVersions := Seq("2.12.19", "2.13.14") crossVersion := CrossVersion.patch libraryDependencies += "org.scala-lang" % "scala-compiler" % scalaVersion.value % "provided"