Skip to content

Commit

Permalink
Merge pull request #62 from scala-steward/update/monix-execution-3.4.0
Browse files Browse the repository at this point in the history
Update monix-execution, monix-reactive to 3.4.0
  • Loading branch information
sh0hei authored May 15, 2021
2 parents fc472e0 + fd98757 commit cbf67f3
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 @@ -22,8 +22,8 @@ javacOptions ++= Seq("-source", "8", "-target", "8")

libraryDependencies ++= Seq(
"org.sangria-graphql" %% "sangria-streaming-api" % "1.0.2",
"io.monix" %% "monix-execution" % "3.3.0",
"io.monix" %% "monix-reactive" % "3.3.0",
"io.monix" %% "monix-execution" % "3.4.0",
"io.monix" %% "monix-reactive" % "3.4.0",
"org.scalatest" %% "scalatest" % "3.2.9" % Test
)

Expand Down

0 comments on commit cbf67f3

Please sign in to comment.