~jan0sch/smederee

Showing details for patch f8a18a86676a586d232fc820bd8faa6fd3bcdc59.
2023-07-07 (Fri), 9:13 AM - Jens Grassel - f8a18a86676a586d232fc820bd8faa6fd3bcdc59

Update semanticdb compiler plugin to 4.8.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	2025-01-15 21:54:34.180208944 +0000
+++ new-smederee/project/plugins.sbt	2025-01-15 21:54:34.180208944 +0000
@@ -1,5 +1,5 @@
 // Compiler plugins
-addCompilerPlugin("org.scalameta" % "semanticdb-scalac" % "4.7.8" cross CrossVersion.full)
+addCompilerPlugin("org.scalameta" % "semanticdb-scalac" % "4.8.2" cross CrossVersion.full)
 // Regular plugins
 addSbtPlugin("com.eed3si9n"      % "sbt-buildinfo"       % "0.11.0")
 addSbtPlugin("de.heikoseeberger" % "sbt-header"          % "5.9.0")