File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 410
410
<script-editor-jython .version>1.0.0</script-editor-jython .version>
411
411
<org .scijava.script-editor-jython.version>${script-editor-jython.version} </org .scijava.script-editor-jython.version>
412
412
413
+ <!-- Script Editor: Scala - https://github.com/scijava/script-editor-scala -->
414
+ <script-editor-scala .version>0.2.1</script-editor-scala .version>
415
+ <org .scijava.script-editor-scala.version>${script-editor-scala.version} </org .scijava.script-editor-scala.version>
416
+
413
417
<!-- Scripting: BeanShell - https://github.com/scijava/scripting-beanshell -->
414
418
<scripting-beanshell .version>0.4.1</scripting-beanshell .version>
415
419
<org .scijava.scripting-beanshell.version>${scripting-beanshell.version} </org .scijava.scripting-beanshell.version>
455
459
<org .scijava.scripting-renjin.version>${scripting-renjin.version} </org .scijava.scripting-renjin.version>
456
460
457
461
<!-- Scripting: Scala - https://github.com/scijava/scripting-scala -->
458
- <scripting-scala .version>0.3.0 </scripting-scala .version>
462
+ <scripting-scala .version>0.3.2 </scripting-scala .version>
459
463
<org .scijava.scripting-scala.version>${scripting-scala.version} </org .scijava.scripting-scala.version>
460
464
461
465
<!-- Swing Checkbox Tree - https://github.com/scijava/swing-checkbox-tree -->
2480
2484
<version >${org.scijava.script-editor-jython.version} </version >
2481
2485
</dependency >
2482
2486
2487
+ <!-- Script Editor: Scala - https://github.com/scijava/script-editor-scala -->
2488
+ <dependency >
2489
+ <groupId >org.scijava</groupId >
2490
+ <artifactId >script-editor-scala</artifactId >
2491
+ <version >${org.scijava.script-editor-scala.version} </version >
2492
+ </dependency >
2493
+
2483
2494
<!-- Scripting: BeanShell - https://github.com/scijava/scripting-beanshell -->
2484
2495
<dependency >
2485
2496
<groupId >org.scijava</groupId >
You can’t perform that action at this time.
0 commit comments