Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
openmole
openmole
Commits
5a069799
Commit
5a069799
authored
Dec 10, 2019
by
Romain Reuillon
Browse files
[Lib] enh: update netlogo
parent
5d874538
Pipeline
#425
passed with stage
in 13 minutes and 6 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
libraries/build.sbt
View file @
5a069799
...
...
@@ -138,7 +138,7 @@ lazy val netlogo5 = OsgiProject(
"asm"
%
"asm-all"
%
"3.3.1"
%
"provided"
,
"org.picocontainer"
%
"picocontainer"
%
"2.13.6"
%
"provided"
),
version
:=
netLogo5Version
,
scalaVersion
:=
"2.9.2"
,
crossPaths
:=
false
)
settings
(
settings
:
_
*
)
lazy
val
netLogo6Version
=
"6.1.
0
"
lazy
val
netLogo6Version
=
"6.1.
1
"
lazy
val
netlogo6
=
OsgiProject
(
dir
,
...
...
openmole/project/Libraries.scala
View file @
5a069799
...
...
@@ -14,7 +14,7 @@ object Libraries {
lazy
val
d3Version
=
"3.5.12"
lazy
val
tooltipserVersion
=
"3.3.0"
lazy
val
netLogo5Version
=
"5.3.1"
lazy
val
netLogo6Version
=
"6.1.
0
"
lazy
val
netLogo6Version
=
"6.1.
1
"
lazy
val
scalaTagsVersion
=
"0.6.5"
lazy
val
scalaJSDomVersion
=
"0.9.3"
lazy
val
rxVersion
=
"0.4.0"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment