You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by ah...@apache.org on 2023/03/28 12:37:34 UTC

[causeway] branch master updated: Bump vega/vega-lite (typo in prev. commit)

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git


The following commit(s) were added to refs/heads/master by this push:
     new 110fc6cfa6 Bump vega/vega-lite (typo in prev. commit)
110fc6cfa6 is described below

commit 110fc6cfa6e80dcbd7ebe3007ec939be3afdf826
Author: Andi Huber <ah...@apache.org>
AuthorDate: Tue Mar 28 14:37:28 2023 +0200

    Bump vega/vega-lite (typo in prev. commit)
---
 .../valuetypes/vega/ui/wkt/components/js/VegaLiteJsReference.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/valuetypes/vega/ui/wicket/src/main/java/org/apache/causeway/valuetypes/vega/ui/wkt/components/js/VegaLiteJsReference.java b/valuetypes/vega/ui/wicket/src/main/java/org/apache/causeway/valuetypes/vega/ui/wkt/components/js/VegaLiteJsReference.java
index 31964a025b..03fe59936f 100644
--- a/valuetypes/vega/ui/wicket/src/main/java/org/apache/causeway/valuetypes/vega/ui/wkt/components/js/VegaLiteJsReference.java
+++ b/valuetypes/vega/ui/wicket/src/main/java/org/apache/causeway/valuetypes/vega/ui/wkt/components/js/VegaLiteJsReference.java
@@ -44,6 +44,6 @@ extends JavaScriptResourceReference {
     }
 
     private VegaLiteJsReference() {
-        super(VegaLiteJsReference.class, "vega-lite@5.6.1");
+        super(VegaLiteJsReference.class, "vega-lite@5.6.1.js");
     }
 }