Skip to content

Commit b86838a

Browse files
committed
Add script-editor-jython and bump script-editor
The Jython-specific Script Editor code, including improved Jython autocompletion from Albert Cardona, was split to its own component.
1 parent 2f7d665 commit b86838a

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

pom.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,9 +388,13 @@
388388
<org.scijava.scijava-ui-swing.version>${scijava-ui-swing.version}</org.scijava.scijava-ui-swing.version>
389389

390390
<!-- Script Editor - https://github.com/scijava/script-editor -->
391-
<script-editor.version>0.5.9</script-editor.version>
391+
<script-editor.version>0.6.1</script-editor.version>
392392
<org.scijava.script-editor.version>${script-editor.version}</org.scijava.script-editor.version>
393393

394+
<!-- Script Editor: Jython - https://github.com/scijava/script-editor-jython -->
395+
<script-editor-jython.version>0.1.1</script-editor-jython.version>
396+
<org.scijava.script-editor-jython.version>${script-editor-jython.version}</org.scijava.script-editor-jython.version>
397+
394398
<!-- Scripting: BeanShell - https://github.com/scijava/scripting-beanshell -->
395399
<scripting-beanshell.version>0.3.4</scripting-beanshell.version>
396400
<org.scijava.scripting-beanshell.version>${scripting-beanshell.version}</org.scijava.scripting-beanshell.version>
@@ -2054,6 +2058,13 @@
20542058
<version>${org.scijava.script-editor.version}</version>
20552059
</dependency>
20562060

2061+
<!-- Script Editor: Jython - https://github.com/scijava/script-editor-jython -->
2062+
<dependency>
2063+
<groupId>org.scijava</groupId>
2064+
<artifactId>script-editor-jython</artifactId>
2065+
<version>${org.scijava.script-editor-jython.version}</version>
2066+
</dependency>
2067+
20572068
<!-- Scripting: BeanShell - https://github.com/scijava/scripting-beanshell -->
20582069
<dependency>
20592070
<groupId>org.scijava</groupId>

0 commit comments

Comments
 (0)