~jan0sch/smederee

Showing details for patch e1d75c007ff9c8aededc34d0b58f05f7fd418f76.
2025-02-13 (Thu), 7:58 AM - Jens Grassel - e1d75c007ff9c8aededc34d0b58f05f7fd418f76

Update semanticdb to 4.13.0

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	2025-02-20 15:22:11.031875910 +0000
+++ new-smederee/project/plugins.sbt	2025-02-20 15:22:11.031875910 +0000
@@ -1,5 +1,5 @@
 // Compiler plugins
-addCompilerPlugin("org.scalameta" % "semanticdb-scalac" % "4.12.6" cross CrossVersion.full)
+addCompilerPlugin("org.scalameta" % "semanticdb-scalac" % "4.13.0" cross CrossVersion.full)
 // Regular plugins
 addSbtPlugin("com.eed3si9n"            % "sbt-buildinfo"       % "0.12.0")
 addSbtPlugin("de.heikoseeberger"       % "sbt-header"          % "5.10.0")