Skip to content

Commit

Permalink
EASY-2179: update scalatra (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrolke authored Apr 3, 2020
1 parent 3ab8877 commit d026953
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>nl.knaw.dans.shared</groupId>
<artifactId>dans-scala-app-project</artifactId>
<version>6.0.1</version>
<version>6.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>nl.knaw.dans.easy</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ package nl.knaw.dans.easy.bagstore
import java.nio.file.{ Files, Path, Paths }

import org.apache.commons.io.FileUtils
import org.scalatest._
import org.scalatest.Inside
import org.scalatest.enablers.Existence
import org.scalatest.flatspec.AnyFlatSpec
import org.scalatest.matchers.should.Matchers

trait TestSupportFixture extends FlatSpec with Matchers with Inside {
trait TestSupportFixture extends AnyFlatSpec with Matchers with Inside {
implicit def existenceOfFile[FILE <: better.files.File]: Existence[FILE] = _.exists

lazy val testDir: Path = {
Expand Down

0 comments on commit d026953

Please sign in to comment.