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
dc4ad49c
Commit
dc4ad49c
authored
May 01, 2018
by
Romain Reuillon
Browse files
[Plugin] fix: update mgo.
parent
e289b830
Changes
2
Hide whitespace changes
Inline
Side-by-side
libraries/build.sbt
View file @
dc4ad49c
...
...
@@ -233,7 +233,7 @@ lazy val freedsl =
version
:=
freedslVersion
)
dependsOn
(
cats
,
squants
)
settings
(
settings
:
_
*
)
lazy
val
mgoVersion
=
"3.1
1
"
lazy
val
mgoVersion
=
"3.1
2
"
lazy
val
mgo
=
OsgiProject
(
dir
,
"mgo"
,
imports
=
Seq
(
"!better.*"
,
"*"
))
settings
(
libraryDependencies
+=
"fr.iscpif"
%%
"mgo"
%
mgoVersion
,
...
...
openmole/project/Libraries.scala
View file @
dc4ad49c
...
...
@@ -5,6 +5,7 @@ import sbt._
object
Libraries
{
lazy
val
gridscaleVersion
=
"2.4"
lazy
val
mgoVersion
=
"3.12"
lazy
val
bouncyCastleVersion
=
"1.57"
lazy
val
aceVersion
=
"01.08.2014"
lazy
val
d3Version
=
"3.5.12"
...
...
@@ -79,7 +80,7 @@ object Libraries {
lazy
val
circe
=
"org.openmole.library"
%%
"io-circe"
%
circeVersion
lazy
val
scalajsTools
=
"org.openmole.library"
%%
"scalajs-tools"
%
scalajsVersion
lazy
val
scalajs
=
"org.openmole.library"
%%
"scalajs"
%
scalajsVersion
lazy
val
mgo
=
"org.openmole.library"
%%
"mgo"
%
"3.11"
lazy
val
mgo
=
"org.openmole.library"
%%
"mgo"
%
mgoVersion
lazy
val
family
=
"org.openmole.library"
%%
"fr-iscpif-family"
%
"1.3"
lazy
val
monocle
=
"org.openmole.library"
%%
"monocle"
%
"1.5.0"
lazy
val
boopickle
=
"org.openmole.library"
%%
"boopickle"
%
boopickleVersion
...
...
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