Skip to content

Commit 66456cd

Browse files
committed
Set semanticdb version in the CI workflow
1 parent 2d6d362 commit 66456cd

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
extraKey: sbt-cache-${{ runner.os }}
7272
- name: Generate LSIF
73-
run: sbt 'set every semanticdbEnabled := true; set every semanticdbVersion := "4.4.33"' sourcegraphLsif
73+
run: sbt 'set every semanticdbEnabled := true; set every semanticdbVersion := "4.9.3"' sourcegraphLsif
7474
- name: Upload LSIF data
7575
uses: sourcegraph/lsif-upload-action@master
7676
with:

build.sbt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ val commonSettings = commonSmlBuildSettings ++ ossPublishSettings ++ Seq(
1313
organization := "com.softwaremill.magnolia1_2",
1414
description := "Fast, easy and transparent typeclass derivation for Scala 2",
1515
updateDocs := UpdateVersionInDocs(sLog.value, organization.value, version.value, List(file("readme.md"))),
16-
ideSkipProject := (scalaVersion.value == scala2_12), // only import 2.13 projects
17-
semanticdbEnabled := true,
18-
semanticdbVersion := "4.9.3"
16+
ideSkipProject := (scalaVersion.value == scala2_12) // only import 2.13 projects,
1917
)
2018

2119
lazy val root =

0 commit comments

Comments
 (0)