File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
kafka-connect-oura-source Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ object Versions {
2222 const val okhttp = " 4.11.0"
2323
2424 const val firebaseAdmin = " 9.1.0"
25- const val radarSchemas = " 0.8.6-SNAPSHOT "
25+ const val radarSchemas = " 0.8.6"
2626 const val ktor = " 2.3.5"
2727
2828 const val junit = " 5.9.3"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dependencies {
44 api(project(" :oura-library" ))
55 api(" io.confluent:kafka-connect-avro-converter:${Versions .confluent} " )
66 api(" org.radarbase:radar-schemas-commons:${Versions .radarSchemas} " )
7- implementation(" org.radarbase:radar-commons-kotlin:1.1.1 " )
7+ implementation(" org.radarbase:radar-commons-kotlin:${ Versions .radarCommons} " )
88 implementation(" org.radarbase:oauth-client-util:${Versions .managementPortal} " )
99
1010 api(" com.squareup.okhttp3:okhttp:${Versions .okhttp} " )
You can’t perform that action at this time.
0 commit comments