From e0e768c409fbc63429074bd1116500862de6ff0f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 10 Feb 2020 23:10:06 +0100 Subject: [PATCH] Update jawn-fs2 to 1.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 31dfb9b..8ace918 100644 --- a/build.sbt +++ b/build.sbt @@ -42,7 +42,7 @@ lazy val core = project libraryDependencies ++= Seq( // TODO: Depend on this by default in sbt-quasar-plugin "com.slamdata" %% "quasar-foundation" % quasarPluginQuasarVersion.value % "test->test", - "org.http4s" %% "jawn-fs2" % "1.0.0-RC2" % Test + "org.http4s" %% "jawn-fs2" % "1.0.0" % Test // Using this for now instead of argonaut-json: https://github.com/slamdata/quasar/blob/v160.0.0/foundation/src/main/scala/quasar/contrib/argonaut/JawnParser.scala#L25 // "io.argonaut" %% "argonaut-jawn" % "6.2.3" % Test ))