mirror of
https://github.com/InsanusMokrassar/SauceNaoAPI.git
synced 2024-11-04 22:33:47 +00:00
commit
8e042c6399
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ settings.xml
|
||||
.gradle/
|
||||
build/
|
||||
out/
|
||||
kotlin-js-store/
|
||||
|
@ -1,5 +1,12 @@
|
||||
# SauceNaoAPI Changelog
|
||||
|
||||
## 0.15.0
|
||||
|
||||
* Versions:
|
||||
* `Kotlin`: `1.8.10`
|
||||
* `Serialization`: `1.5.0`
|
||||
* `Ktor`: `2.2.3`
|
||||
|
||||
## 0.14.0
|
||||
|
||||
* `LimitStatus` is `Comparable<LimitStatus>` since this update
|
||||
|
@ -1,3 +1,3 @@
|
||||
kotlin.code.style=official
|
||||
|
||||
library_version=0.14.0
|
||||
library_version=0.15.0
|
||||
|
@ -1,11 +1,11 @@
|
||||
[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"
|
||||
ktor = "2.2.1"
|
||||
ktor = "2.2.3"
|
||||
|
||||
gh-release = "2.4.1"
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user