File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
main/java/org/scijava/plugins/scripting/beanshell
test/java/org/scijava/plugins/scripting/beanshell Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ Institute of Molecular Cell Biology and Genetics.</license.copyrightOwners>
95
95
<!-- NB: Deploy releases to the SciJava Maven repository. -->
96
96
<releaseProfiles >sign,deploy-to-scijava</releaseProfiles >
97
97
98
- <bsh .version>2.1.0 </bsh .version>
98
+ <bsh .version>2.1.1 </bsh .version>
99
99
</properties >
100
100
101
101
<repositories >
Original file line number Diff line number Diff line change 40
40
import org .scijava .script .AdaptedScriptLanguage ;
41
41
import org .scijava .script .ScriptLanguage ;
42
42
43
- import bsh .BshScriptEngineFactory ;
44
43
import bsh .Primitive ;
44
+ import bsh .engine .BshScriptEngineFactory ;
45
45
46
46
/**
47
47
* An adapter of the {@link BshScriptEngineFactory} to the SciJava scripting interface.
Original file line number Diff line number Diff line change 51
51
import org .scijava .script .ScriptModule ;
52
52
import org .scijava .script .ScriptService ;
53
53
54
- import bsh .BshScriptEngine ;
54
+ import bsh .engine . BshScriptEngine ;
55
55
56
56
/**
57
57
* Unit tests for the BeanShell support.
You can’t perform that action at this time.
0 commit comments