From 569b33786b2dae813fef3329f46d12e7f7e06d03 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 May 2024 19:50:30 +0000 Subject: [PATCH] Update scala-compiler, scala-library to 2.13.14 --- build.sbt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index e7f1118..312bb2b 100644 --- a/build.sbt +++ b/build.sbt @@ -7,12 +7,11 @@ scalaVersion := "2.13.1" // https://github.com/druid-io/tranquility/blob/master/build.sbt scalacOptions := Seq("-Yresolve-term-conflict:object") - resolvers += Resolver.mavenLocal libraryDependencies += "org.scalatest" %% "scalatest" % "3.1.2" % "test" libraryDependencies += "com.github.writethemfirst" % "approvals-java" % "0.12.0" % "test" -libraryDependencies += "org.scala-lang" % "scala-compiler" % "2.13.1" % "test" +libraryDependencies += "org.scala-lang" % "scala-compiler" % "2.13.14" % "test" libraryDependencies += "org.scalameta" %% "scalafmt-core" % "2.5.2" enablePlugins(JmhPlugin)