Skip to content

Commit

Permalink
Remove old core library and update build
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffmay committed Feb 18, 2022
1 parent 6de9060 commit 5d0ac99
Show file tree
Hide file tree
Showing 97 changed files with 0 additions and 9,787 deletions.
6 changes: 0 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,6 @@ lazy val bench = commonProject("bench", "vapors")
Test / parallelExecution := false,
)

lazy val core = commonProject("core")
.dependsOn(`core-v1`)
.settings(
libraryDependencies ++= CoreProject.all(scalaVersion.value),
)

lazy val `core-v1` = commonProject("core-v1", "vapors.v1")
.settings(
libraryDependencies ++= CoreV1Project.all,
Expand Down
141 changes: 0 additions & 141 deletions core/src/main/scala/vapors/algebra/CaptureP.scala

This file was deleted.

0 comments on commit 5d0ac99

Please sign in to comment.