Skip to content

Commit

Permalink
Update monix-execution, monix-reactive to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 26, 2020
1 parent 209c597 commit 41b17ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ scalacOptions ++= {

libraryDependencies ++= Seq(
"org.sangria-graphql" %% "sangria-streaming-api" % "1.0.1",
"io.monix" %% "monix-execution" % "3.1.0",
"io.monix" %% "monix-reactive" % "3.1.0",
"io.monix" %% "monix-execution" % "3.2.0",
"io.monix" %% "monix-reactive" % "3.2.0",
"org.scalatest" %% "scalatest" % "3.1.0" % Test
)

Expand Down

0 comments on commit 41b17ed

Please sign in to comment.