From bf9ff1c5205b1678c40816c9e59614669dbc49c6 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 18 Oct 2022 17:08:15 +0200 Subject: [PATCH] Update scala-library to 2.13.10 (#418) * Update scala-library to 2.13.10 * Bump semanticdb version too Co-authored-by: Alexandre Archambault --- build.sbt | 2 +- project/Settings.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 9de9bb785..68300809d 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ inThisBuild(List( ) ), semanticdbEnabled := true, - semanticdbVersion := "4.5.9", + semanticdbVersion := "4.6.0", scalafixDependencies += "net.hamnaberg" %% "dataclass-scalafix" % dataclassScalafixV )) diff --git a/project/Settings.scala b/project/Settings.scala index 257f4612d..c2985236d 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -10,7 +10,7 @@ import com.jsuereth.sbtpgp._ object Settings { def scala212 = "2.12.16" - def scala213 = "2.13.8" + def scala213 = "2.13.10" def targetSbtVersion = "1.2.8"