Skip to content

Commit c663279

Browse files
committed
Up to date kebs snapshot
1 parent d37a97a commit c663279

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ val pekkoV = "1.0.2"
3838
val pekkoHttpV = "1.0.1"
3939
val http4sStirV = "0.2"
4040
val typesafeConfigV = "1.4.3"
41-
val kebsV = "1.9.7+40-fc933b5b-SNAPSHOT"
41+
val kebsV = "1.9.7+41-daad478e-SNAPSHOT"
4242
val reflectionsV = "0.10.2"
4343
val specs2V = "4.20.5"
4444
val jsonSchemaV = "0.7.11"

formatter-openapi/src/test/scala/pl/iterators/baklava/formatter/OpenApiFormatterWorkerSpec.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import org.specs2.specification.Scope
77
import pl.iterators.baklava.core.model.{EnrichedRouteRepresentation, RouteRepresentation, RouteSecurity}
88
import pl.iterators.baklava.formatter.openapi._
99
import pl.iterators.baklava.sprayjson.SprayJsonStringProvider
10-
import pl.iterators.kebs.json.KebsSpray
10+
import pl.iterators.kebs.sprayjson.KebsSprayJson
1111
import pl.iterators.kebs.jsonschema.{KebsJsonSchema, KebsJsonSchemaPredefs}
1212
import pl.iterators.kebs.scalacheck.{KebsArbitraryPredefs, KebsScalacheckGenerators}
1313
import spray.json._
@@ -30,7 +30,7 @@ class OpenApiFormatterWorkerSpec extends Specification {
3030
extends Scope
3131
with DefaultJsonProtocol
3232
with SprayJsonStringProvider
33-
with KebsSpray
33+
with KebsSprayJson
3434
with KebsJsonSchema
3535
with KebsArbitraryPredefs
3636
with KebsJsonSchemaPredefs

0 commit comments

Comments
 (0)