File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ This library is available at [Maven Central](https://mvnrepository.com/artifact/
25
25
26
26
``` java
27
27
// Groovy
28
- implementation ' dev.turingcomplete:kotlin-onetimepassword:2.2 .0'
28
+ implementation ' dev.turingcomplete:kotlin-onetimepassword:2.3 .0'
29
29
30
30
// Kotlin
31
- implementation(" dev.turingcomplete:kotlin-onetimepassword:2.2 .0" )
31
+ implementation(" dev.turingcomplete:kotlin-onetimepassword:2.3 .0" )
32
32
```
33
33
34
34
### Maven
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ plugins {
12
12
13
13
allprojects {
14
14
group = " dev.turingcomplete"
15
- version = " 2.2 .0"
15
+ version = " 2.3 .0"
16
16
17
17
repositories {
18
18
mavenLocal()
@@ -110,12 +110,12 @@ configure<PublishingExtension> {
110
110
}
111
111
}
112
112
issueManagement {
113
- system.set(" Github " )
113
+ system.set(" GitHub " )
114
114
url.set(" https://github.com/marcelkliemannel/kotlin-onetimepassword/issues" )
115
115
}
116
116
scm {
117
117
connection.set(" scm:git:git://github.com:marcelkliemannel/kotlin-onetimepassword.git" )
118
- developerConnection.set(" scm:git:git ://github.com:marcelkliemannel/kotlin-onetimepassword.git" )
118
+ developerConnection.set(" scm:git:ssh ://github.com:marcelkliemannel/kotlin-onetimepassword.git" )
119
119
url.set(" https://github.com/marcelkliemannel/kotlin-onetimepassword" )
120
120
}
121
121
}
You can’t perform that action at this time.
0 commit comments