~wegtam/smederee

Showing details for patch 25ff558f67ea0febaf5f652fba15b9f15e05dad0.
2024-10-14 (Mon), 9:32 AM - Jens Grassel - 25ff558f67ea0febaf5f652fba15b9f15e05dad0

Update semanticdb to 4.10.2

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • project/plugins.sbt with 1 added and 1 removed lines
diff -rN -u old-smederee/project/plugins.sbt new-smederee/project/plugins.sbt
--- old-smederee/project/plugins.sbt	2024-11-22 04:06:31.164865712 +0000
+++ new-smederee/project/plugins.sbt	2024-11-22 04:06:31.164865712 +0000
@@ -1,5 +1,5 @@
 // Compiler plugins
-addCompilerPlugin("org.scalameta" % "semanticdb-scalac" % "4.10.1" cross CrossVersion.full)
+addCompilerPlugin("org.scalameta" % "semanticdb-scalac" % "4.10.2" cross CrossVersion.full)
 // Regular plugins
 addSbtPlugin("io.github.siculo"       %% "sbt-bom"             % "0.3.0")
 addSbtPlugin("com.eed3si9n"            % "sbt-buildinfo"       % "0.12.0")