Compare commits

...

4 Commits

Author SHA1 Message Date
0564ed1d75 gitignore kotlin-js-store 2023-02-28 12:44:51 +06:00
f9d98ec7d7 remove kotlin js yarn 2023-02-28 12:44:16 +06:00
67519da545 update dependencies 2023-02-28 12:18:32 +06:00
6028ec7774 upgrade up to 0.15.0 2023-02-28 12:17:35 +06:00
5 changed files with 7 additions and 2062 deletions

1
.gitignore vendored
View File

@@ -8,3 +8,4 @@ settings.xml
.gradle/
build/
out/
kotlin-js-store/

View File

@@ -1,8 +1,10 @@
# SauceNaoAPI Changelog
## 0.14.1
## 0.15.0
* Versions:
* `Kotlin`: `1.8.10`
* `Serialization`: `1.5.0`
* `Ktor`: `2.2.3`
## 0.14.0

View File

@@ -1,3 +1,3 @@
kotlin.code.style=official
library_version=0.14.1
library_version=0.15.0

View File

@@ -1,7 +1,7 @@
[versions]
kt = "1.7.22"
kt-serialization = "1.4.1"
kt = "1.8.10"
kt-serialization = "1.5.0"
kt-coroutines = "1.6.4"
klock = "3.4.0"

File diff suppressed because it is too large Load Diff