Skip to content

Commit

Permalink
Merge pull request #16 from scala-steward/update/scalatest-3.1.1
Browse files Browse the repository at this point in the history
Update scalatest to 3.1.1
  • Loading branch information
dave-handy committed Feb 22, 2020
2 parents 11fc6e0 + 1427664 commit 6f8589c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ libraryDependencies ++= Seq(
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
"org.scala-lang.modules" %% "scala-collection-compat" % "2.1.4",
"com.typesafe" % "config" % "1.4.0" % Optional,
"org.scalatest" %% "scalatest" % "3.1.0" % Test
"org.scalatest" %% "scalatest" % "3.1.1" % Test
)

fork := true
Expand Down

0 comments on commit 6f8589c

Please sign in to comment.