Skip to content

Commit

Permalink
Removed internal shapeless dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalin-Rudnicki committed Apr 1, 2024
1 parent 641d018 commit 206a978
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 369 deletions.
11 changes: 4 additions & 7 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ lazy val `harness-root` =
)
.aggregate(
`harness-modules`,
`harness-deriving`.jvm, // TODO (KR) : move to modules once shapeless3 utils are public
`harness-deriving`.js, // TODO (KR) : move to modules once shapeless3 utils are public
`harness-schema`.jvm, // TODO (KR) : move to modules once shapeless3 utils are public
`harness-schema`.js, // TODO (KR) : move to modules once shapeless3 utils are public
`harness-web-app-template`,
// `harness-archive`,
)
Expand Down Expand Up @@ -101,6 +97,10 @@ lazy val `harness-modules` =
`harness-console`,
`harness-zio-mock`.js,
`harness-zio-mock`.jvm,
`harness-deriving`.jvm,
`harness-deriving`.js,
`harness-schema`.jvm,
`harness-schema`.js,
`harness-pk`.js,
`harness-pk`.jvm,
`harness-email-model`.jvm,
Expand Down Expand Up @@ -473,9 +473,6 @@ lazy val `harness-deriving` =
publishSettings,
miscSettings,
testSettings,
libraryDependencies ++= Seq(
"org.typelevel" %% "shapeless3-deriving" % "tmp-local--0.0.4", // TODO (KR) : use shared once published
),
sonatypeCredentialHost := "s01.oss.sonatype.org",
)
.dependsOn(
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 206a978

Please sign in to comment.