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
b6ed2930
Commit
b6ed2930
authored
Feb 22, 2020
by
Romain Reuillon
Browse files
[Lib] fix: update mgo
parent
a191a635
Changes
3
Hide whitespace changes
Inline
Side-by-side
libraries/build.sbt
View file @
b6ed2930
...
...
@@ -228,7 +228,7 @@ lazy val squants =
)
settings
(
settings
:
_
*
)
lazy
val
mgoVersion
=
"3.4
2
"
lazy
val
mgoVersion
=
"3.4
3
"
lazy
val
mgo
=
OsgiProject
(
dir
,
"mgo"
,
exports
=
Seq
(
"mgo.*"
,
"freestyle.*"
),
imports
=
Seq
(
"!better.*"
,
"!javax.xml.*"
,
"!scala.meta.*"
,
"!sun.misc.*"
,
"*"
),
privatePackages
=
Seq
(
"!scala.*"
,
"!monocle.*"
,
"!org.apache.commons.math3.*"
,
"!cats.*"
,
"!squants.*"
,
"!scalaz.*"
,
"*"
))
settings
(
libraryDependencies
+=
"org.openmole"
%%
"mgo"
%
mgoVersion
,
...
...
openmole/build.sbt
View file @
b6ed2930
...
...
@@ -465,8 +465,8 @@ lazy val evolution = OsgiProject(pluginDir, "org.openmole.plugin.method.evolutio
openmoleDSL
,
csvTool
,
toolsTask
,
pattern
,
collectionDomain
%
"test"
,
boundsDomain
%
"test"
)
settings
(
libraryDependencies
+=
Libraries
.
mgo
,
libraryDependencies
+=
Libraries
.
shapeless
)
settings
(
pluginSettings
:
_
*
)
lazy
val
abc
=
OsgiProject
(
pluginDir
,
"org.openmole.plugin.method.abc"
,
imports
=
Seq
(
"*"
))
dependsOn
(
openmoleDSL
,
csvTool
,
toolsTask
,
pattern
)
settings
(
libraryDependencies
+=
Libraries
.
mgo
,
libraryDependencies
+=
Libraries
.
shapeless
)
settings
(
pluginSettings
:
_
*
)
lazy
val
abc
=
OsgiProject
(
pluginDir
,
"org.openmole.plugin.method.abc"
,
imports
=
Seq
(
"*"
))
dependsOn
(
openmoleDSL
,
csvTool
,
toolsTask
,
pattern
,
boundsDomain
%
"test"
)
settings
(
libraryDependencies
+=
Libraries
.
mgo
,
libraryDependencies
+=
Libraries
.
shapeless
)
settings
(
pluginSettings
:
_
*
)
lazy
val
directSampling
=
OsgiProject
(
pluginDir
,
"org.openmole.plugin.method.directsampling"
,
imports
=
Seq
(
"*"
))
dependsOn
(
openmoleDSL
,
distributionDomain
,
pattern
,
modifierDomain
,
fileHook
)
settings
(
pluginSettings
:
_
*
)
...
...
openmole/project/Libraries.scala
View file @
b6ed2930
...
...
@@ -9,7 +9,7 @@ object Libraries {
lazy
val
gridscaleVersion
=
"2.28"
lazy
val
sshjVersion
=
"0.27.0"
lazy
val
containerVersion
=
"1.9"
lazy
val
mgoVersion
=
"3.4
2
"
lazy
val
mgoVersion
=
"3.4
3
"
lazy
val
bouncyCastleVersion
=
"1.64"
lazy
val
d3Version
=
"3.5.12"
lazy
val
tooltipserVersion
=
"3.3.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