This commit is contained in:
2024-08-12 20:11:36 +00:00
committed by GitHub
6 changed files with 14 additions and 11 deletions

1
.gitignore vendored
View File

@@ -1,4 +1,5 @@
.idea
.kotlin/
out/*
*.iml
target

View File

@@ -1,5 +1,9 @@
# PlaguPoster
## 0.7.0
* Dependencies update
## 0.6.0
* Dependencies update

View File

@@ -9,4 +9,4 @@ android.enableJetifier=true
# Project data
group=dev.inmo
version=0.6.0
version=0.7.0

View File

@@ -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"

View File

@@ -25,7 +25,6 @@ kotlin {
jsTest {
dependencies {
implementation libs.kotlin.test.js
implementation libs.kotlin.test.junit
}
}
}

View File

@@ -37,7 +37,6 @@ kotlin {
jsTest {
dependencies {
implementation libs.kotlin.test.js
implementation libs.kotlin.test.junit
}
}