Skip to content

Commit

Permalink
Merge pull request #72 from NeuralEnsemble/development
Browse files Browse the repository at this point in the history
Update to jnml 0.12.3
  • Loading branch information
pgleeson authored Sep 12, 2023
2 parents 8ae782f + 8216282 commit 5137e35
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:

name: Test on Java ${{ matrix.Java }} on ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up JDK ${{ matrix.Java }}
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.Java }}
distribution: 'adopt'
Expand Down
2 changes: 1 addition & 1 deletion nC.bat
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ set NC_MAX_MEMORY=500M

set NC_VERSION=1.7.4

set JNEUROML_VERSION=0.12.2
set JNEUROML_VERSION=0.12.3

REM -----------------------------
REM Should no longer be changed. **Very old version** of lems/nml libs...
Expand Down
2 changes: 1 addition & 1 deletion nCenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export NC_MAX_MEMORY=450M
# Current version of neuroConstruct
export NC_VERSION=1.7.4

export JNEUROML_VERSION=0.12.2
export JNEUROML_VERSION=0.12.3

#########
# These are for **very old versions** of NML2/LEMS libraries...
Expand Down
2 changes: 1 addition & 1 deletion nbproj/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<property name="project.dir">..</property>
<property name="ant.script">${project.dir}/build.xml</property>
<property name="nC.version">1.7.4</property>
<property name="jneuroml.version">0.12.2</property>
<property name="jneuroml.version">0.12.3</property>
</properties>
<folders>
<source-folder>
Expand Down

0 comments on commit 5137e35

Please sign in to comment.