Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
GtechGovind authored Nov 11, 2024
1 parent 42b1dfc commit 0d395d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {
dependencies {

val rabbitMQVersion = "5.22.0"
implementation("com.rabbitmq:amqp-client:$rabbitMQVersion")
api("com.rabbitmq:amqp-client:$rabbitMQVersion")

val coroutineVersion = "1.7.3"
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutineVersion")
Expand All @@ -34,4 +34,4 @@ publishing {
version = version
}
}
}
}

0 comments on commit 0d395d5

Please sign in to comment.