diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 1c2c918..cd0b67b 100644 --- a/README.md +++ b/README.md @@ -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") } ``` \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index a106714..807932b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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") }