From e35a8801cbfa87ca34244a26ea6da9bdcb4a08a6 Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Tue, 10 Jul 2018 14:05:22 +1000 Subject: [PATCH] Make better files work again on 2.13.x --- corpus/better-files/a45f905/Implicits.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corpus/better-files/a45f905/Implicits.scala b/corpus/better-files/a45f905/Implicits.scala index 27338fe..3d3e31c 100644 --- a/corpus/better-files/a45f905/Implicits.scala +++ b/corpus/better-files/a45f905/Implicits.scala @@ -161,7 +161,7 @@ trait Implicits { add(file, file.name) } - implicit class CloseableOps[A <: Closeable](resource: A) { + implicit class CloseableOps[A <: better.files.Closeable](resource: A) { /** * Lightweight automatic resource management * Closes the resource when done e.g.