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
e319119c
Commit
e319119c
authored
Oct 27, 2021
by
Romain Reuillon
Browse files
[Plugin] enh: update netlogo
parent
1864040c
Pipeline
#1239
passed with stages
in 36 minutes and 40 seconds
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
libraries/build.sbt
View file @
e319119c
...
...
@@ -154,17 +154,19 @@ lazy val netlogo6 = OsgiProject(
imports
=
Seq
(
"empty;resolution:=optional"
))
settings
(
//resolvers += Resolver.bintrayRepo("netlogo", "NetLogo-JVM"),
libraryDependencies
++=
Seq
(
"org.nlogo"
%
"netlogo"
%
netLogo6Version
%
"provided"
from
s
"https://dl.bintray.com/netlogo/NetLogo-JVM/org/nlogo/netlogo/$netLogo6Version/netlogo-$netLogo6Version.jar"
,
"org.
scala-lang"
%
"scala-library"
%
"2.12.8"
%
"provided"
,
//
"org.nlogo" % "netlogo" % netLogo6Version % "provided" from s"https://dl.bintray.com/netlogo/NetLogo-JVM/org/nlogo/netlogo/$netLogo6Version/netlogo-$netLogo6Version.jar",
"org.
nlogo"
%
"netlogo"
%
netLogo6Version
%
"provided"
exclude
(
"org.jogamp.jogl"
,
"jogl-all"
)
exclude
(
"org.jogamp.gluegen"
,
"gluegen-rt"
)
,
//"org.scala-lang" % "scala-reflect" % "2.12.8" % "provided",
//"org.scala-lang" % "scala-compiler" % "2.12.8" % "provided",
/*"org.scala-lang" % "scala-library" % "2.12.8" % "provided",
"org.scala-lang.modules" %% "scala-parser-combinators" % "1.0.5" % "provided",
"commons-codec" % "commons-codec" % "1.10" % "provided",
"org.ow2.asm" % "asm-all" % "5.0.4" % "provided",
"org.picocontainer" % "picocontainer" % "2.13.6" % "provided",
"org.parboiled" %% "parboiled" % "2.1.3" % "provided",
"com.typesafe" % "config" % "1.3.1" % "provided",
"net.lingala.zip4j"
%
"zip4j"
%
"1.3.2"
%
"provided"
"net.lingala.zip4j" % "zip4j" % "1.3.2" % "provided"
*/
),
version
:=
netLogo6Version
,
scalaVersion
:=
"2.12.8"
,
crossPaths
:=
false
)
settings
(
settings
:
_
*
)
lazy
val
rx
=
OsgiProject
(
dir
,
"rx"
,
exports
=
Seq
(
"rx.*"
))
settings
(
...
...
openmole/project/common.scala
View file @
e319119c
...
...
@@ -11,7 +11,7 @@ object common {
def
containerVersion
=
"1.17"
def
bouncyCastleVersion
=
"1.68"
def
netLogo5Version
=
"5.3.1"
def
netLogo6Version
=
"6.2.
0
"
def
netLogo6Version
=
"6.2.
1
"
def
scalaTagsVersion
=
"0.9.1"
def
rxVersion
=
"0.4.3"
def
boopickleVersion
=
"1.3.3"
...
...
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