mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 11:07:30 +02:00
Merge pull request #4468 from olafurpg/semanticdb
Update semanticdb-scalac to v4.1.0
This commit is contained in:
@@ -21,7 +21,7 @@ object SemanticdbPlugin extends AutoPlugin {
|
||||
semanticdbEnabled := false,
|
||||
semanticdbIncludeInJar := false,
|
||||
semanticdbOptions := List("-Yrangepos"),
|
||||
semanticdbVersion := "4.0.0",
|
||||
semanticdbVersion := "4.1.0",
|
||||
semanticdbCompilerPlugin := {
|
||||
val v = semanticdbVersion.value
|
||||
("org.scalameta" % "semanticdb-scalac" % v).cross(CrossVersion.full)
|
||||
|
||||
Reference in New Issue
Block a user