Skip to content

Commit

Permalink
Merge pull request #21 from scala-steward/update/scalatest-3.2.3
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.3
  • Loading branch information
yanns committed Dec 14, 2020
2 parents 7dfb251 + cdb2cb4 commit 8744980
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 @@ -30,7 +30,7 @@ libraryDependencies ++= Seq(
"software.amazon.ion" % "ion-java" % "1.5.1",

"org.sangria-graphql" %% "sangria-marshalling-testkit" % "1.0.3" % Test,
"org.scalatest" %% "scalatest" % "3.1.4" % Test
"org.scalatest" %% "scalatest" % "3.2.3" % Test
)

git.remoteRepo := "git@github.com:sangria-graphql/sangria-ion.git"
Expand Down

0 comments on commit 8744980

Please sign in to comment.