Skip to content

Commit

Permalink
Dependency Update
Browse files Browse the repository at this point in the history
kotlinx-datetime

version = 1.0.8
  • Loading branch information
Morons committed Dec 7, 2023
1 parent 4a84c03 commit fb99b54
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ dependencyResolutionManagement {
add the dependency
```
dependencies {
implementation("com.github.Morons:CryptoCodeKotlinLibrary:1.0.7")
implementation("com.github.Morons:CryptoCodeKotlinLibrary:1.0.8")
}
```
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ version = "1.0"

dependencies {

implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.4.1")
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.5.0")
implementation("com.google.code.gson:gson:2.10.1")

testImplementation("org.jetbrains.kotlin:kotlin-test:1.9.20")
testImplementation("org.jetbrains.kotlin:kotlin-test:1.9.21")

}

Expand Down

0 comments on commit fb99b54

Please sign in to comment.