Skip to content

Commit 85497df

Browse files
committed
version fix
1 parent 289274b commit 85497df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: sample_coroutine/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ dependencies {
4141

4242
implementation fileTree(dir: 'libs', include: ['*.jar'])
4343

44-
implementation project(path: ':commandbasedarchitecture_coroutine')
45-
// implementation 'io.scal:commandbasedarchitecture_coroutine:0.6.1'
44+
// implementation project(path: ':commandbasedarchitecture_coroutine')
45+
implementation 'io.scal:commandbasedarchitecture_coroutine:0.6.2'
4646

4747
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
4848

0 commit comments

Comments
 (0)