Skip to content

Commit d54465a

Browse files
committed
fix: keepFile = true
1 parent 2e9296a commit d54465a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbt-plugin/src/main/scala/ch/epfl/scala/SubmitDependencyGraph.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ object SubmitDependencyGraph {
8383

8484
val snapshotJson = CompactPrinter(Converter.toJsonUnsafe(snapshot))
8585

86-
val snapshotJsonFile = IO.withTemporaryFile("dependency-snapshot-", ".json") { file =>
86+
val snapshotJsonFile = IO.withTemporaryFile("dependency-snapshot-", ".json", keepFile = true) { file =>
8787
IO.write(file, snapshotJson)
8888
state.log.info(s"Dependency snapshot written to ${file.getAbsolutePath}")
8989
file

0 commit comments

Comments
 (0)