Skip to content

Commit ccb9fb4

Browse files
committed
Downgrade precog plugin to avoid dependency check for now
1 parent d3c25c1 commit ccb9fb4

File tree

3 files changed

+5
-13
lines changed

3 files changed

+5
-13
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ on:
1616

1717
env:
1818
SBT: sbt
19-
SONATYPE_OSS_INDEX_PASSWORD: ${{ secrets.SONATYPE_OSS_INDEX_PASSWORD }}
20-
SONATYPE_OSS_INDEX_USERNAME: ${{ secrets.SONATYPE_OSS_INDEX_USERNAME }}
21-
NVD_API_KEY: ${{ secrets.NVD_API_KEY }}
2219
REPO_SLUG: ${{ github.repository }}
2320
ENCRYPTION_PASSWORD: ${{ secrets.ENCRYPTION_PASSWORD }}
2421
GITHUB_ACTOR: precog-bot
@@ -141,15 +138,6 @@ jobs:
141138

142139
- run: $SBT '++ ${{ matrix.scala }}' ci
143140

144-
- name: Upload dependency scanner results artifact
145-
if: ${{ always() }}
146-
uses: actions/upload-artifact@v4
147-
with:
148-
name: dependency-check-report
149-
path: |
150-
target/scala-2.12/sbt-1.0/dependency-check-report.html
151-
target/**/dependency-check-report.json
152-
153141
- name: Compress target directories
154142
run: tar cf targets.tar target core/target project/target
155143

build.sbt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ ThisBuild / scmInfo := Some(
1414

1515
ThisBuild / logBuffered := false
1616

17+
ThisBuild / dependencyOverrides ++= Seq(
18+
"org.typelevel" %% "kind-projector" % "0.13.3" cross CrossVersion.full
19+
)
20+
1721
val CatsEffectVersion = "3.6.3"
1822
val CatsMtlVersion = "1.6.0"
1923
val DockerClientVersion = "9.0.4"

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ credentials += Credentials(
99

1010
resolvers += "GitHub Package Registry" at "https://maven.pkg.github.com/precog/_"
1111

12-
addSbtPlugin("com.precog" % "sbt-precog-config" % "7.1.2")
12+
addSbtPlugin("com.precog" % "sbt-precog-config" % "7.0.9")

0 commit comments

Comments
 (0)