Skip to content

Commit

Permalink
Upgrade to Hamcrest 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru committed Jan 3, 2019
1 parent cb9899f commit 3498b9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ val testDependencies = Seq(
"com.fasterxml.jackson.core" % "jackson-databind" % "2.9.7" % Test, // ApacheV2
"com.novocode" % "junit-interface" % "0.11" % Test,
"junit" % "junit" % junit4Version % Test,
// See http://hamcrest.org/JavaHamcrest/distributables#upgrading-from-hamcrest-1x
"org.hamcrest" % "hamcrest-library" % "2.1" % Test,
"org.hamcrest" % "hamcrest" % "2.1" % Test,
"net.aichler" % "jupiter-interface" % jupiterInterfaceVersion % Test,
"com.typesafe.akka" %% "akka-slf4j" % akkaVersion % Test,
"ch.qos.logback" % "logback-classic" % "1.2.3" % Test,
Expand Down

0 comments on commit 3498b9a

Please sign in to comment.