Skip to content

Commit eb27f9d

Browse files
authored
Merge pull request #162 from scala-steward/update/hamcrest-core-2.2
Update hamcrest-core to 2.2 [ci skip-release]
2 parents dd356ce + e5feb77 commit eb27f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ object Dependencies {
1414

1515
val specs2 = Seq(
1616
"org.specs2" %% "specs2-core" % "4.7.1" % "provided",
17-
"org.hamcrest" % "hamcrest-core" % "2.1" % "provided"
17+
"org.hamcrest" % "hamcrest-core" % "2.2" % "provided"
1818
)
1919

2020
def scalaReflection(scalaVersion: String) = "org.scala-lang" % "scala-reflect" % scalaVersion

0 commit comments

Comments
 (0)