<dependency>
<groupId>com.github.pathikrit</groupId>
<artifactId>better-files_2.12</artifactId>
<version>3.9.2</version>
</dependency>
@Grapes(
@Grab(group='com.github.pathikrit', module='better-files_2.12', version='3.9.2')
)
compile
|-- org.scala-lang:scala-library:2.12.17
provided
|-- org.scala-lang:scala-reflect:2.12.17
test
|-- org.scalatest:scalatest_2.12:3.2.15