Turn off semanticdb on CI

This commit is contained in:
Eugene Yokota 2022-06-12 23:46:55 -04:00
parent da80b6a72f
commit c896641f1c
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ val _ = {
//https://github.com/sbt/contraband/issues/122
sys.props += ("line.separator" -> "\n")
}
Global / semanticdbEnabled := true
Global / semanticdbEnabled := !(Global / insideCI).value
Global / semanticdbVersion := "4.5.9"
ThisBuild / version := {
val old = (ThisBuild / version).value