mirror of
https://github.com/InsanusMokrassar/PlaguPoster.git
synced 2026-09-12 19:14:17 +00:00
Merge b879426f9d into 0bdd965a4a
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,4 +1,5 @@
|
||||
.idea
|
||||
.kotlin/
|
||||
out/*
|
||||
*.iml
|
||||
target
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
# PlaguPoster
|
||||
|
||||
## 0.7.0
|
||||
|
||||
* Dependencies update
|
||||
|
||||
## 0.6.0
|
||||
|
||||
* Dependencies update
|
||||
|
||||
@@ -9,4 +9,4 @@ android.enableJetifier=true
|
||||
# Project data
|
||||
|
||||
group=dev.inmo
|
||||
version=0.6.0
|
||||
version=0.7.0
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
[versions]
|
||||
|
||||
kotlin = "1.9.23"
|
||||
kotlin-serialization = "1.6.3"
|
||||
kotlin = "2.0.10"
|
||||
kotlin-serialization = "1.7.1"
|
||||
|
||||
plagubot = "8.4.0"
|
||||
tgbotapi = "15.0.0"
|
||||
microutils = "0.21.1"
|
||||
kslog = "1.3.4"
|
||||
krontab = "2.3.0"
|
||||
plagubot-plugins = "0.19.0"
|
||||
plagubot = "9.0.0"
|
||||
tgbotapi = "16.0.0"
|
||||
microutils = "0.22.0"
|
||||
kslog = "1.3.5"
|
||||
krontab = "2.4.0"
|
||||
plagubot-plugins = "0.20.0"
|
||||
|
||||
dokka = "1.9.20"
|
||||
|
||||
|
||||
@@ -25,7 +25,6 @@ kotlin {
|
||||
jsTest {
|
||||
dependencies {
|
||||
implementation libs.kotlin.test.js
|
||||
implementation libs.kotlin.test.junit
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -37,7 +37,6 @@ kotlin {
|
||||
jsTest {
|
||||
dependencies {
|
||||
implementation libs.kotlin.test.js
|
||||
implementation libs.kotlin.test.junit
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user