Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
Compose -> 1.5.0-rc04
  • Loading branch information
kirill-grouchnikov committed Aug 23, 2023
1 parent 7d6ba9e commit db9ba8f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
kotlin = "1.9.0"
coroutines = "1.7.3"
compose = "1.5.0-rc03"
compose = "1.5.0-rc04"
dokka = "1.9.0-dev-228"
batik = "1.17"

Expand Down
2 changes: 1 addition & 1 deletion scripts/convert-svg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ alias JAVA="java"
AURORA_VERSION=2.0-SNAPSHOT
KOTLIN_VERSION=1.9.0
KOTLIN_COROUTINES_VERSION=1.6.4
COMPOSE_VERSION=1.5.0-rc03
COMPOSE_VERSION=1.5.0-rc04
CLASSPATH=../drop/$AURORA_VERSION/aurora-svg-transcoder-desktop-$AURORA_VERSION.jar:../build/libs/batik-all-1.17.jar:../build/libs/xml-apis-1.4.01.jar:../build/libs/xml-apis-ext-1.3.04.jar:../build/libs/xmlgraphics-commons-2.9.jar:../build/libs/kotlin-stdlib-$KOTLIN_VERSION.jar:../build/libs/kotlin-stdlib-common-$KOTLIN_VERSION.jar:../build/libs/kotlinx-coroutines-core-jvm-$KOTLIN_COROUTINES_VERSION.jar:../build/libs/ui-graphics-desktop-$COMPOSE_VERSION.jar:../build/libs/ui-geometry-desktop-$COMPOSE_VERSION.jar

# Don't convert the demo transcoding to deep traversal since one of the
Expand Down
2 changes: 1 addition & 1 deletion scripts/screenshot/doc-robot-schemes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ alias JAVA="java"
AURORA_VERSION=2.0-SNAPSHOT
KOTLIN_VERSION=1.9.0
KOTLIN_COROUTINES_VERSION=1.6.4
COMPOSE_VERSION=1.5.0-rc03
COMPOSE_VERSION=1.5.0-rc04
CLASSPATH=../../drop/$AURORA_VERSION/aurora-screenshot-desktop-$AURORA_VERSION.jar:../../demo/build/libs/aurora-demo-desktop.jar:../build/libs/:../../build/libs/*

java -cp $CLASSPATH org.pushingpixels.aurora.tools.screenshot.theming.schemes.AuroraColorSchemesDriverKt \
Expand Down
2 changes: 1 addition & 1 deletion scripts/screenshot/doc-robot-skins-icons.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ alias JAVA="java"
AURORA_VERSION=2.0-SNAPSHOT
KOTLIN_VERSION=1.9.0
KOTLIN_COROUTINES_VERSION=1.6.4
COMPOSE_VERSION=1.5.0-rc03
COMPOSE_VERSION=1.5.0-rc04
CLASSPATH=../../drop/$AURORA_VERSION/aurora-screenshot-desktop-$AURORA_VERSION.jar:../../demo/build/libs/aurora-demo-desktop.jar:../build/libs/:../../build/libs/*

java -cp $CLASSPATH org.pushingpixels.aurora.tools.screenshot.theming.skins.AuroraSkinsIconFilterDriverKt \
Expand Down
2 changes: 1 addition & 1 deletion scripts/screenshot/doc-robot-skins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ alias JAVA="java"
AURORA_VERSION=2.0-SNAPSHOT
KOTLIN_VERSION=1.9.0
KOTLIN_COROUTINES_VERSION=1.6.4
COMPOSE_VERSION=1.5.0-rc03
COMPOSE_VERSION=1.5.0-rc04
CLASSPATH=../../drop/$AURORA_VERSION/aurora-screenshot-desktop-$AURORA_VERSION.jar:../../demo/build/libs/aurora-demo-desktop.jar:../build/libs/:../../build/libs/*

java -cp $CLASSPATH org.pushingpixels.aurora.tools.screenshot.theming.skins.AuroraSkinsDriverKt \
Expand Down

0 comments on commit db9ba8f

Please sign in to comment.