From f9f93b969d003b71f20b0ea4e91f209207528bc5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 14 Oct 2022 17:54:09 +0000 Subject: [PATCH 1/2] Update scala-library to 2.13.10 --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index 257f4612..c2985236 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" From cf3905e8bf43fd05e537834df45703d90ee8cfb8 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Tue, 18 Oct 2022 16:15:39 +0200 Subject: [PATCH 2/2] Bump semanticdb version too --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4dd303d9..236ba885 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 ))