Skip to content

Commit

Permalink
Merge pull request #78 from retronym/topic/better-files-again
Browse files Browse the repository at this point in the history
Make better files work again on 2.13.x
  • Loading branch information
retronym committed Jul 10, 2018
2 parents b7cf00b + e35a880 commit 62fbcf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corpus/better-files/a45f905/Implicits.scala
Expand Up @@ -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.
Expand Down

0 comments on commit 62fbcf6

Please sign in to comment.