Skip to content

Commit

Permalink
Merge pull request #8 from dvulpe/renovate/org.scalatest-scalatest-3.x
Browse files Browse the repository at this point in the history
Update dependency org.scalatest:scalatest to v3.2.0
  • Loading branch information
dvulpe authored Jun 20, 2020
2 parents 56f82f3 + 0d8e4b5 commit 48a7364
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 @@ -4,7 +4,7 @@ version := "1.0"

scalaVersion := "2.13.2"

libraryDependencies += "org.scalatest" %% "scalatest" % "3.1.2" % "test"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.0" % "test"

libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2"

Expand Down

0 comments on commit 48a7364

Please sign in to comment.