Skip to content

Commit 62fbcf6

Browse files
authored
Merge pull request #78 from retronym/topic/better-files-again
Make better files work again on 2.13.x
2 parents b7cf00b + e35a880 commit 62fbcf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

corpus/better-files/a45f905/Implicits.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ trait Implicits {
161161
add(file, file.name)
162162
}
163163

164-
implicit class CloseableOps[A <: Closeable](resource: A) {
164+
implicit class CloseableOps[A <: better.files.Closeable](resource: A) {
165165
/**
166166
* Lightweight automatic resource management
167167
* Closes the resource when done e.g.

0 commit comments

Comments
 (0)