File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ ksp.version=1.9.25-1.0.20
36
36
jupyterApi.version =0.12.0-313
37
37
38
38
# 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
40
40
41
41
# https://geotoolsnews.blogspot.com/
42
42
geotools.version =33.2
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ dependencies {
15
15
implementation(projects.json)
16
16
17
17
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 " )
18
20
implementation(" org.jetbrains.lets-plot:lets-plot-image-export:$letsPlotVersion " )
19
21
20
22
testImplementation(kotlin(" test" ))
You can’t perform that action at this time.
0 commit comments