Skip to content

Commit

Permalink
Merge pull request #119 from scala-steward/update/sangria-json4s-nati…
Browse files Browse the repository at this point in the history
…ve-1.0.2

Update sangria-json4s-native to 1.0.2
  • Loading branch information
yanns authored Nov 25, 2021
2 parents 734e06b + 3fbe91b commit ca8e64d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ libraryDependencies ++= Seq(
"io.opentracing.contrib" %% "opentracing-scala-concurrent" % "0.0.6",
"io.opentracing" % "opentracing-mock" % "0.33.0" % Test,
"org.scalatest" %% "scalatest" % "3.2.10" % Test,
"org.sangria-graphql" %% "sangria-json4s-native" % "1.0.1" % Test,
"org.sangria-graphql" %% "sangria-json4s-native" % "1.0.2" % Test,
"org.slf4j" % "slf4j-simple" % "1.7.32" % Test
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package sangria.slowlog

import org.json4s
import org.json4s.JsonAST._
import org.json4s.MonadicJValue.jvalueToMonadic

import language.postfixOps
import org.scalatest.OptionValues
Expand Down
1 change: 1 addition & 0 deletions src/test/scala/sangria/slowlog/OpenTracingSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import io.opentracing.mock.{MockSpan, MockTracer}
import io.opentracing.mock.MockTracer.Propagator
import io.opentracing.util.ThreadLocalScopeManager
import io.opentracing.contrib.concurrent.TracedExecutionContext
import org.json4s.MonadicJValue.jvalueToMonadic
import org.json4s

import scala.concurrent.ExecutionContext.global
Expand Down
2 changes: 1 addition & 1 deletion src/test/scala/sangria/slowlog/SlowLogSpec.scala
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package sangria.slowlog

import java.util.concurrent.TimeUnit

import org.json4s.JsonAST.{JInt, JString, JValue}
import org.json4s.MonadicJValue.jvalueToMonadic

import language.postfixOps
import sangria.slowlog.util.FutureResultSupport
Expand Down

0 comments on commit ca8e64d

Please sign in to comment.