File tree Expand file tree Collapse file tree 3 files changed +5
-13
lines changed
Expand file tree Collapse file tree 3 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 1616
1717env :
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
Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ ThisBuild / scmInfo := Some(
1414
1515ThisBuild / logBuffered := false
1616
17+ ThisBuild / dependencyOverrides ++= Seq (
18+ " org.typelevel" %% " kind-projector" % " 0.13.3" cross CrossVersion .full
19+ )
20+
1721val CatsEffectVersion = " 3.6.3"
1822val CatsMtlVersion = " 1.6.0"
1923val DockerClientVersion = " 9.0.4"
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ credentials += Credentials(
99
1010resolvers += " 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 " )
You can’t perform that action at this time.
0 commit comments