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
a6d77732
Commit
a6d77732
authored
Jan 20, 2020
by
Romain Reuillon
Browse files
[Lib] fix: update container lib
parent
0b2fbf86
Pipeline
#453
failed with stage
in 6 minutes and 38 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
libraries/build.sbt
View file @
a6d77732
...
...
@@ -235,7 +235,7 @@ lazy val mgo = OsgiProject(dir, "mgo", exports = Seq("mgo.*", "freestyle.*"), im
version
:=
mgoVersion
)
dependsOn
(
monocle
,
math
,
cats
,
squants
)
settings
(
settings
:
_
*
)
lazy
val
containerVersion
=
"1.
5
"
lazy
val
containerVersion
=
"1.
7
"
lazy
val
container
=
OsgiProject
(
dir
,
"container"
,
exports
=
Seq
(
"container.*"
),
imports
=
Seq
(
"!better.*"
,
"!javax.xml.*"
,
"!scala.meta.*"
,
"!sun.misc.*"
,
"!com.github.luben.*"
,
"!org.apache.avalon.*"
,
"!org.apache.log.*"
,
"!org.brotli.dec.*"
,
"!javax.*"
,
"*"
),
privatePackages
=
Seq
(
"!scala.*"
,
"!monocle.*"
,
"!org.apache.commons.math3.*"
,
"!cats.*"
,
"!squants.*"
,
"!scalaz.*"
,
"!io.circe.*"
,
"!shapeless.*"
,
"*"
))
settings
(
libraryDependencies
+=
"org.openmole"
%%
"container"
%
containerVersion
,
...
...
openmole/project/Libraries.scala
View file @
a6d77732
...
...
@@ -8,7 +8,7 @@ object Libraries {
lazy
val
gridscaleVersion
=
"2.28"
lazy
val
sshjVersion
=
"0.27.0"
lazy
val
containerVersion
=
"1.
5
"
lazy
val
containerVersion
=
"1.
7
"
lazy
val
mgoVersion
=
"3.42"
lazy
val
bouncyCastleVersion
=
"1.64"
lazy
val
d3Version
=
"3.5.12"
...
...
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