Skip to content

Commit

Permalink
Merge 0e16070 into 3b4f6cb
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 28, 2020
2 parents 3b4f6cb + 0e16070 commit c1467a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ libraryDependencies ++= Seq(
"org.sangria-graphql" %% "sangria-streaming-api" % "1.0.1",
"io.monix" %% "monix-execution" % "3.2.0",
"io.monix" %% "monix-reactive" % "3.2.0",
"org.scalatest" %% "scalatest" % "3.1.0" % Test
"org.scalatest" %% "scalatest" % "3.1.1" % Test
)

git.remoteRepo := "git@github.com:sangria-graphql/sangria-monix.git"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolvers += Resolver.url(
)(Resolver.ivyStylePatterns)
resolvers += "jgit-repo" at "https://download.eclipse.org/jgit/maven"

addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.12")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.6.1")
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0")
Expand Down

0 comments on commit c1467a5

Please sign in to comment.