Skip to content

Commit

Permalink
Updating template packages
Browse files Browse the repository at this point in the history
  • Loading branch information
IPadawans committed Mar 12, 2024
1 parent bfdf33b commit 05afbc6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 23 deletions.
16 changes: 1 addition & 15 deletions src/main/g8/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@ lazy val sharedData = (project in file("modules/shared_data"))
CompilerPlugin.kindProjector,
CompilerPlugin.betterMonadicFor,
CompilerPlugin.semanticDB,
Libraries.tessellationDAGL1,
Libraries.tessellationSDK,
Libraries.tessellationShared,
Libraries.tessellationCurrencyL1
Libraries.tessellationNodeShared
)
)
$endif$
Expand All @@ -59,9 +56,6 @@ lazy val currencyL1 = (project in file("modules/l1"))
CompilerPlugin.kindProjector,
CompilerPlugin.betterMonadicFor,
CompilerPlugin.semanticDB,
Libraries.tessellationDAGL1,
Libraries.tessellationSDK,
Libraries.tessellationShared,
Libraries.tessellationCurrencyL1
)
)
Expand All @@ -88,11 +82,6 @@ lazy val currencyL0 = (project in file("modules/l0"))
Libraries.declineRefined,
Libraries.declineCore,
Libraries.declineEffect,
Libraries.tessellationKernel,
Libraries.tessellationDAGL1,
Libraries.tessellationSDK,
Libraries.tessellationShared,
Libraries.tessellationKeytool,
Libraries.tessellationCurrencyL0
)
)
Expand All @@ -115,9 +104,6 @@ lazy val dataL1 = (project in file("modules/data_l1"))
CompilerPlugin.kindProjector,
CompilerPlugin.betterMonadicFor,
CompilerPlugin.semanticDB,
Libraries.tessellationDAGL1,
Libraries.tessellationSDK,
Libraries.tessellationShared,
Libraries.tessellationCurrencyL1
)
)
Expand Down
3 changes: 0 additions & 3 deletions src/main/g8/modules/l0/src/main/scala/$package$/l0/Main.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,4 @@ import java.util.UUID
ClusterId(UUID.fromString("517c3a05-9219-471b-a54c-21b7d72f4ae5")),
version = BuildInfo.version
) {
override def dataApplication: Option[Resource[IO, BaseDataApplicationL0Service[IO]]] = None
override def rewards(implicit sp: SecurityProvider[IO]) = None
}
6 changes: 1 addition & 5 deletions src/main/g8/project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ object Dependencies {
if (artifact.isEmpty) "decline" else s"decline-\$artifact"
} % V.decline
object Libraries {
val tessellationKernel = tessellation("kernel")
val tessellationDAGL1 = tessellation("dag-l1")
val tessellationSDK = tessellation("sdk")
val tessellationShared = tessellation("shared")
val tessellationKeytool = tessellation("keytool")
val tessellationNodeShared = tessellation("node-shared")
val tessellationCurrencyL0 = tessellation("currency-l0")
val tessellationCurrencyL1 = tessellation("currency-l1")
val declineCore = decline()
Expand Down

0 comments on commit 05afbc6

Please sign in to comment.