Skip to content

Commit e35a880

Browse files
committed
Make better files work again on 2.13.x
1 parent b7cf00b commit e35a880

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)