Skip to content

Commit

Permalink
Update ballast-debugger to ballast-debugger-client in all places
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbrooks12 committed Oct 26, 2023
1 parent 8c305e2 commit bb5f388
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ dependencies {
implementation("io.github.copper-leaf:ballast-repository:{{site.version}}")
implementation("io.github.copper-leaf:ballast-firebase-crashlytics:{{site.version}}")
implementation("io.github.copper-leaf:ballast-firebase-analytics:{{site.version}}")
implementation("io.github.copper-leaf:ballast-debugger:{{site.version}}")
implementation("io.github.copper-leaf:ballast-debugger-client:{{site.version}}")
implementation("io.github.copper-leaf:ballast-navigation:{{site.version}}")
testImplementation("io.github.copper-leaf:ballast-test:{{site.version}}")
}
Expand All @@ -113,7 +113,7 @@ kotlin {
implementation("io.github.copper-leaf:ballast-repository:{{site.version}}")
implementation("io.github.copper-leaf:ballast-firebase-crashlytics:{{site.version}}")
implementation("io.github.copper-leaf:ballast-firebase-analytics:{{site.version}}")
implementation("io.github.copper-leaf:ballast-debugger:{{site.version}}")
implementation("io.github.copper-leaf:ballast-debugger-client:{{site.version}}")
implementation("io.github.copper-leaf:ballast-navigation:{{site.version}}")
}
}
Expand Down
4 changes: 2 additions & 2 deletions docs/src/orchid/resources/homepage.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ dependencies {
implementation("io.github.copper-leaf:ballast-repository:{{site.version}}")
implementation("io.github.copper-leaf:ballast-firebase-crashlytics:{{site.version}}")
implementation("io.github.copper-leaf:ballast-firebase-analytics:{{site.version}}")
implementation("io.github.copper-leaf:ballast-debugger:{{site.version}}")
implementation("io.github.copper-leaf:ballast-debugger-client:{{site.version}}")
testImplementation("io.github.copper-leaf:ballast-test:{{site.version}}")
}

Expand All @@ -109,7 +109,7 @@ kotlin {
implementation("io.github.copper-leaf:ballast-repository:{{site.version}}")
implementation("io.github.copper-leaf:ballast-firebase-crashlytics:{{site.version}}")
implementation("io.github.copper-leaf:ballast-firebase-analytics:{{site.version}}")
implementation("io.github.copper-leaf:ballast-debugger:{{site.version}}")
implementation("io.github.copper-leaf:ballast-debugger-client:{{site.version}}")
}
}
val commonTest by getting {
Expand Down
4 changes: 2 additions & 2 deletions docs/src/orchid/resources/wiki/modules/ballast-debugger.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,15 +318,15 @@ repositories {

// for plain JVM or Android projects
dependencies {
implementation("io.github.copper-leaf:ballast-debugger:{{site.version}}")
implementation("io.github.copper-leaf:ballast-debugger-client:{{site.version}}")
}

// for multiplatform projects
kotlin {
sourceSets {
val commonMain by getting {
dependencies {
implementation("io.github.copper-leaf:ballast-debugger:{{site.version}}")
implementation("io.github.copper-leaf:ballast-debugger-client:{{site.version}}")
}
}
}
Expand Down

0 comments on commit bb5f388

Please sign in to comment.