Skip to content

Commit 580f9ea

Browse files
author
Luc DUZAN
committed
Move cats and refined to tapir folder
1 parent 6bc8525 commit 580f9ea

File tree

7 files changed

+3
-2
lines changed

7 files changed

+3
-2
lines changed

build.sbt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ lazy val rootProject = (project in file("."))
4141
.aggregate(
4242
core,
4343
tapirCats,
44+
tapirRefined,
4445
circeJson,
4546
playJson,
4647
sprayJson,
@@ -100,7 +101,7 @@ lazy val tests: Project = (project in file("tests"))
100101

101102
// cats
102103

103-
lazy val tapirCats: Project = (project in file("cats"))
104+
lazy val tapirCats: Project = (project in file("integration/cats"))
104105
.settings(commonSettings)
105106
.settings(
106107
name := "tapir-cats",
@@ -112,7 +113,7 @@ lazy val tapirCats: Project = (project in file("cats"))
112113
)
113114
.dependsOn(core)
114115

115-
lazy val tapirRefined: Project = (project in file("refined"))
116+
lazy val tapirRefined: Project = (project in file("integration/refined"))
116117
.settings(commonSettings)
117118
.settings(
118119
name := "tapir-refined",

cats/src/main/scala/sttp/tapir/codec/cats/TapirCodecCats.scala renamed to integration/cats/src/main/scala/sttp/tapir/codec/cats/TapirCodecCats.scala

File renamed without changes.

cats/src/main/scala/sttp/tapir/codec/cats/package.scala renamed to integration/cats/src/main/scala/sttp/tapir/codec/cats/package.scala

File renamed without changes.

cats/src/test/scala/sttp/tapir/codec/cats/TapirCodecCatsTest.scala renamed to integration/cats/src/test/scala/sttp/tapir/codec/cats/TapirCodecCatsTest.scala

File renamed without changes.

refined/src/main/scala/sttp/tapir/codec/refined/TapirCodecRefined.scala renamed to integration/refined/src/main/scala/sttp/tapir/codec/refined/TapirCodecRefined.scala

File renamed without changes.

refined/src/main/scala/sttp/tapir/codec/refined/package.scala renamed to integration/refined/src/main/scala/sttp/tapir/codec/refined/package.scala

File renamed without changes.

refined/src/test/scala/sttp/tapir/codec/refined/TapirCodecRefinedTest.scala renamed to integration/refined/src/test/scala/sttp/tapir/codec/refined/TapirCodecRefinedTest.scala

File renamed without changes.

0 commit comments

Comments
 (0)