diff --git a/project/Dependencies.scala b/project/Dependencies.scala index bec7d45..ec8395c 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -13,7 +13,7 @@ object Dependencies { val testInterface = "org.scala-sbt" % "test-interface" % testInterfaceVer val junitJupiterParams = "org.junit.jupiter" % "junit-jupiter-params" % junitJupiterVer val junitVintageEngine = "org.junit.vintage" % "junit-vintage-engine" % junitVintageVer - val hamcrestLibrary = "org.hamcrest" % "hamcrest-library" % "2.2" + val hamcrestLibrary = "org.hamcrest" % "hamcrest-library" % "3.0" val mockitoCore = "org.mockito" % "mockito-core" % "4.11.0" val junit4Interface = "com.github.sbt" % "junit-interface" % "0.13.3" val junit4 = "junit" % "junit" % "4.13.2"