Skip to content

Commit

Permalink
Up to date kebs snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
luksow committed Aug 30, 2024
1 parent d37a97a commit c663279
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ val pekkoV = "1.0.2"
val pekkoHttpV = "1.0.1"
val http4sStirV = "0.2"
val typesafeConfigV = "1.4.3"
val kebsV = "1.9.7+40-fc933b5b-SNAPSHOT"
val kebsV = "1.9.7+41-daad478e-SNAPSHOT"
val reflectionsV = "0.10.2"
val specs2V = "4.20.5"
val jsonSchemaV = "0.7.11"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import org.specs2.specification.Scope
import pl.iterators.baklava.core.model.{EnrichedRouteRepresentation, RouteRepresentation, RouteSecurity}
import pl.iterators.baklava.formatter.openapi._
import pl.iterators.baklava.sprayjson.SprayJsonStringProvider
import pl.iterators.kebs.json.KebsSpray
import pl.iterators.kebs.sprayjson.KebsSprayJson
import pl.iterators.kebs.jsonschema.{KebsJsonSchema, KebsJsonSchemaPredefs}
import pl.iterators.kebs.scalacheck.{KebsArbitraryPredefs, KebsScalacheckGenerators}
import spray.json._
Expand All @@ -30,7 +30,7 @@ class OpenApiFormatterWorkerSpec extends Specification {
extends Scope
with DefaultJsonProtocol
with SprayJsonStringProvider
with KebsSpray
with KebsSprayJson
with KebsJsonSchema
with KebsArbitraryPredefs
with KebsJsonSchemaPredefs
Expand Down

0 comments on commit c663279

Please sign in to comment.