Skip to content

Commit

Permalink
Improving naming in sbt.
Browse files Browse the repository at this point in the history
  • Loading branch information
luksow committed Oct 17, 2024
1 parent 8724027 commit ee25b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,5 @@ lazy val examples = crossProject(JVMPlatform)
scalatest.value % Test))
.dependsOn(core, testkit % Test)

lazy val root = tlCrossRootProject.aggregate(core, testkit, examples, coreTests)
lazy val http4sStir = tlCrossRootProject.aggregate(core, testkit, examples, coreTests)
.settings(baseSettings *)

0 comments on commit ee25b02

Please sign in to comment.