mirror of
https://github.com/InsanusMokrassar/SauceNaoAPI.git
synced 2025-12-08 22:15:46 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0564ed1d75 | |||
| f9d98ec7d7 | |||
| 67519da545 | |||
| 6028ec7774 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -8,3 +8,4 @@ settings.xml
|
||||
.gradle/
|
||||
build/
|
||||
out/
|
||||
kotlin-js-store/
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
kotlin.code.style=official
|
||||
|
||||
library_version=0.14.1
|
||||
library_version=0.15.0
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user