Skip to content

Commit

Permalink
update scalatest 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Meriam Lachkar authored and Meriam Lachkar committed May 11, 2020
1 parent b03bcf8 commit c95c85e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ object Dependencies {
def metacp = "org.scalameta" %% "metacp" % scalametaV
def semanticdbPluginLibrary = "org.scalameta" % "semanticdb-scalac-core" % scalametaV cross CrossVersion.full
def scalameta = "org.scalameta" %% "scalameta" % scalametaV
def scalatest = "org.scalatest" %% "scalatest" % "3.0.8"
def scalatest = "org.scalatest" %% "scalatest" % "3.1.2"
def scalacheck = "org.scalacheck" %% "scalacheck" % "1.14.3"

def testsDeps = List(
Expand Down

0 comments on commit c95c85e

Please sign in to comment.