Skip to content

Commit

Permalink
Merge pull request #707 from scala-steward/update/sbt-1.9.8
Browse files Browse the repository at this point in the history
Update sbt to 1.9.8
  • Loading branch information
dubinsky authored Jan 17, 2024
2 parents a356734 + 82ce116 commit ee7d018
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 >>
- save_cache:
key: sbt-deps-v1-{{ checksum "build.sbt" }}
paths:
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.7
sbt.version=1.9.8

0 comments on commit ee7d018

Please sign in to comment.