From 4ec1d22fe190b35ae1ea1cf09a87bed828e150a8 Mon Sep 17 00:00:00 2001 From: Matt <4009945+MattBDev@users.noreply.github.com> Date: Tue, 19 Sep 2023 23:19:56 -0400 Subject: [PATCH] Add lin-bus dependency --- gradle/libs.versions.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d2a63c6ef..9e0aafc2c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -44,6 +44,7 @@ serverlib = "2.3.4" text-adapter = "3.0.6" text = "3.0.4" piston = "0.5.7" +lin-bus = "0.1.0-SNAPSHOT" # Tests mockito = "5.5.0" @@ -115,6 +116,11 @@ pistonImpl = { group = "org.enginehub.piston", name = "default-impl", version.re pistonAnnotations = { group = "org.enginehub.piston.core-ap", name = "annotations", version.ref = "piston" } pistonProcessor = { group = "org.enginehub.piston.core-ap", name = "processor", version.ref = "piston" } pistonRuntime = { group = "org.enginehub.piston.core-ap", name = "runtime", version.ref = "piston" } +## LinBus +linBusBom = { group = "org.enginehub.lin-bus", name = "lin-bus-bom", version.ref = "lin-bus" } +linBusTree = { group = "org.enginehub.lin-bus", name = "lin-bus-tree", version.ref = "lin-bus" } +linBusFormatSnbt = { group = "org.enginehub.lin-bus.format", name = "lin-bus-format-snbt", version.ref = "lin-bus" } + # Tests mockito = { group = "org.mockito", name = "mockito-core", version.ref = "mockito" }