Skip to content

Commit

Permalink
updated common to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzaahmedkhan committed Jul 26, 2022
1 parent 14f7486 commit 7940451
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sealed-class-service-1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'org.jetbrains.kotlin.jvm'
}

version = "2.0.0"
version = "3.0.0"

java {
sourceCompatibility = JavaVersion.VERSION_1_7
Expand All @@ -14,5 +14,5 @@ java {

dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
implementation 'com.github.hamzaahmedkhan:sealed-class-common:0.1.0'
implementation 'com.github.hamzaahmedkhan:sealed-class-common:0.3.0'
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fun profileConsumer(profileType: ProfileType) {
is ProfileType.ProfileError -> {

}
ProfileType.ProfileSuccess -> {
ProfileType.ProfileDeleted -> {

}
}
Expand Down

0 comments on commit 7940451

Please sign in to comment.