@@ -8,23 +8,18 @@ lazy val root = (project in file("."))
8
8
.enablePlugins(SbtTapiro )
9
9
.settings(
10
10
version := " 0.1" ,
11
- scalaVersion := " 2.12.8 " ,
11
+ scalaVersion := " 2.12.10 " ,
12
12
libraryDependencies ++= Seq (
13
13
" org.typelevel" %% " cats-effect" % " 1.2.0" ,
14
14
" com.softwaremill.sttp.tapir" %% " tapir-json-circe" % " 0.12.15" ,
15
15
" com.softwaremill.sttp.tapir" %% " tapir-http4s-server" % " 0.12.15" ,
16
- " com.softwaremill.sttp.tapir" %% " tapir-openapi-docs" % " 0.12.15" ,
17
- " com.softwaremill.sttp.tapir" %% " tapir-openapi-circe-yaml" % " 0.12.15" ,
18
- " com.softwaremill.sttp.tapir" %% " tapir-sttp-client" % " 0.12.15" ,
19
16
" com.softwaremill.sttp.tapir" %% " tapir-core" % " 0.12.15" ,
20
- " org.http4s" %% " http4s-dsl" % http4sVersion,
21
17
" org.http4s" %% " http4s-blaze-server" % http4sVersion,
22
- " org.http4s" %% " http4s-blaze-client" % http4sVersion,
23
18
" org.http4s" %% " http4s-circe" % http4sVersion,
19
+ " ch.qos.logback" % " logback-classic" % " 1.2.3" ,
24
20
) ++ Seq (
25
21
" io.circe" %% " circe-core" ,
26
22
" io.circe" %% " circe-generic" ,
27
- " io.circe" %% " circe-parser" ,
28
23
).map(_ % circeVersion),
29
24
tapiro / tapiroModelsPaths := List (" " ),
30
25
tapiro / tapiroRoutesPaths := List (" " ),
0 commit comments