This is an automated email from the ASF dual-hosted git repository.

dubeejw pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-openwhisk-package-pushnotifications.git


The following commit(s) were added to refs/heads/master by this push:
     new b50bdc8  Fix spray-json import to comply with newer versions. (#88)
b50bdc8 is described below

commit b50bdc86abfc31c18bce044b713c87d07da5c305
Author: Markus Thömmes <markusthoem...@me.com>
AuthorDate: Mon Apr 16 17:44:04 2018 +0200

    Fix spray-json import to comply with newer versions. (#88)
---
 tests/src/test/scala/packages/PushNotificationsTests.scala | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/src/test/scala/packages/PushNotificationsTests.scala 
b/tests/src/test/scala/packages/PushNotificationsTests.scala
index 8da096e..699014e 100644
--- a/tests/src/test/scala/packages/PushNotificationsTests.scala
+++ b/tests/src/test/scala/packages/PushNotificationsTests.scala
@@ -19,8 +19,8 @@ package packages
 import common.{TestHelpers, Wsk, WskProps, WskTestHelpers, _}
 import org.junit.runner.RunWith
 import org.scalatest.junit.JUnitRunner
-import spray.json.DefaultJsonProtocol.StringJsonFormat
-import spray.json.pimpAny
+import spray.json.DefaultJsonProtocol._
+import spray.json._
 
 @RunWith(classOf[JUnitRunner])
 class PushNotificationsTests

-- 
To stop receiving notification emails like this one, please contact
dube...@apache.org.

Reply via email to