From ee25b021433d71e0018fcd14e0f3ce64ddfcb552 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Sowa?= Date: Thu, 17 Oct 2024 12:05:17 +0200 Subject: [PATCH] Improving naming in sbt. --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6471bd0..7954ad7 100644 --- a/build.sbt +++ b/build.sbt @@ -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 *)