Skip to content

Commit

Permalink
Merge pull request #12 from scala-steward/update/scalatest-3.1.4
Browse files Browse the repository at this point in the history
Update scalatest to 3.1.4
  • Loading branch information
yanns committed Sep 9, 2020
2 parents 6de5bd5 + 6bd4ce1 commit a8be1e3
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 @@ -21,7 +21,7 @@ scalacOptions ++= {
libraryDependencies ++= Seq(
"org.sangria-graphql" %% "sangria-streaming-api" % "1.0.1",
"io.reactivex" %% "rxscala" % "0.27.0",
"org.scalatest" %% "scalatest" % "3.1.0" % Test
"org.scalatest" %% "scalatest" % "3.1.4" % Test
)

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

0 comments on commit a8be1e3

Please sign in to comment.