From 83ad0d1cad7e69a7adadc5b83d39b42980386928 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Piaggio?= Date: Wed, 11 Dec 2024 21:05:41 -0300 Subject: [PATCH] bump semanticdb --- downstream-tests/scalafix.sbt | 2 +- library/scalafix.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/downstream-tests/scalafix.sbt b/downstream-tests/scalafix.sbt index 094b38fc1..3515f51a1 100644 --- a/downstream-tests/scalafix.sbt +++ b/downstream-tests/scalafix.sbt @@ -10,7 +10,7 @@ ThisBuild / scalacOptions ++= { ThisBuild / semanticdbEnabled := true -ThisBuild / semanticdbVersion := "4.5.9" +ThisBuild / semanticdbVersion := "4.12.0" ThisBuild / scalafixScalaBinaryVersion := "2.13" diff --git a/library/scalafix.sbt b/library/scalafix.sbt index 69d935353..14bc20874 100644 --- a/library/scalafix.sbt +++ b/library/scalafix.sbt @@ -8,4 +8,4 @@ ThisBuild / scalacOptions ++= { ThisBuild / semanticdbEnabled := true // NOTE: Upgrade downstream-tests/scalafix.sbt too! -ThisBuild / semanticdbVersion := "4.9.8" +ThisBuild / semanticdbVersion := "4.12.0"