Skip to content

julleboi/sbt-monorepo-example

Repository files navigation

sbt monorepo example

This example has 3 subprojects:

  • common
  • foo
  • bar

Each of them has their own dependencies + shared dependencies.

GitHub actions trigger tests for only that subproject. (changes to common triggers all tests)

No need to store common-jar as it's included in each subproject.

All projects can share package versions / scala versions / compiler options etc.

Some links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages