Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: 2.1

orbs:
codacy: codacy/base@11.2.0
codacy_plugins_test: codacy/plugins-test@1.1.1
codacy: codacy/base@12.1.1
codacy_plugins_test: codacy/plugins-test@2.0.11

jobs:
test:
Expand All @@ -24,9 +24,7 @@ workflows:
- codacy/sbt:
name: publish_docker_local
cmd: |
sbt "scalafmt::test;
test:scalafmt::test;
sbt:scalafmt::test;
sbt "test:scalafmt::test;
Test / compile;
stage"
docker build -t $CIRCLE_PROJECT_REPONAME:latest .
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM amazoncorretto:8-alpine3.17-jre
FROM amazoncorretto:8-alpine3.19-jre
RUN apk add bash
WORKDIR /opt/docker
COPY docs /docs
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object Dependencies {

val scalaMeta = "org.scalameta" %% "scalameta" % "4.4.28"

private val pmdVersion = "6.44.0"
private val pmdVersion = "6.55.0"

val pmdLanguages = Seq(
"scala",
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("com.codacy" % "codacy-sbt-plugin" % "20.0.2")
addSbtPlugin("com.codacy" % "codacy-sbt-plugin" % "25.2.2")