Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Update config.yml
  • Loading branch information
xuwei-k authored Jan 14, 2024
commit 82ce116d8794637296440c7cf429dfdea9ef7bd5
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ commands:
keys:
- sbt-deps-v1-{{ checksum "build.sbt" }}
- sbt-deps-v1-
- run: sbt ++<< parameters.scala_version >> << parameters.sbt_tasks >>
- run: sbt -Dsbt.io.jdktimestamps=true ++<< parameters.scala_version >> << parameters.sbt_tasks >>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

- save_cache:
key: sbt-deps-v1-{{ checksum "build.sbt" }}
paths:
Expand Down