Skip to content
This repository has been archived by the owner on Oct 26, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' into update/scalatest-3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 7, 2020
2 parents 5d30dc2 + f7b5ec3 commit 1c26538
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ scalacOptions ++= Seq("-deprecation", "-feature")

libraryDependencies ++= Seq(
"org.sangria-graphql" %% "sangria-streaming-api" % "1.0.1",
"com.typesafe.akka" %% "akka-stream" % "2.5.29",
"org.scalatest" %% "scalatest" % "3.1.1" % Test)
"com.typesafe.akka" %% "akka-stream" % "2.5.31",
"org.scalatest" %% "scalatest" % "3.1.0" % Test)

// Publishing

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.3.6
sbt.version=1.3.9

0 comments on commit 1c26538

Please sign in to comment.