up version

This commit is contained in:
Alexander Nozik 2023-02-22 11:10:37 +03:00
parent 1a7646f311
commit a89a5cf36a
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ val kmathVersion: String by extra("0.3.1-dev-10")
allprojects {
group = "center.sciprog"
version = "0.2.2-dev-6"
version = "0.2.2-dev-7"
repositories {
mavenLocal()

View File

@ -23,7 +23,7 @@ kotlin {
}
val jvmMain by getting {
dependencies {
implementation("org.jfree:org.jfree.svg:5.0.3")
implementation("org.jfree:org.jfree.svg:5.0.4")
api(compose.desktop.currentOs)
}
}