Skip to content

Commit cd7055c

Browse files
Update to LP v4.7.2-rc1, add dependencies for raster export
1 parent d93b752 commit cd7055c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ksp.version=1.9.25-1.0.20
3636
jupyterApi.version=0.12.0-313
3737

3838
# Also update JS version in <home>/demo/js-frontend-app/src/main/resources/index.html
39-
letsPlot.version=4.7.1
39+
letsPlot.version=4.7.2-rc1
4040

4141
# https://geotoolsnews.blogspot.com/
4242
geotools.version=33.2

toolkit/jupyter/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ dependencies {
1515
implementation(projects.json)
1616

1717
implementation("org.jetbrains.lets-plot:platf-awt:$letsPlotVersion")
18+
implementation("org.jetbrains.lets-plot:canvas:$letsPlotVersion")
19+
implementation("org.jetbrains.lets-plot:plot-raster:$letsPlotVersion")
1820
implementation("org.jetbrains.lets-plot:lets-plot-image-export:$letsPlotVersion")
1921

2022
testImplementation(kotlin("test"))

0 commit comments

Comments
 (0)