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
4d6f4ea0
Commit
4d6f4ea0
authored
Jun 17, 2020
by
Romain Reuillon
Browse files
[Lib] fix: update rx and scaladget
parent
f448cc8c
Pipeline
#625
failed with stage
in 6 minutes and 1 second
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
libraries/build.sbt
View file @
4d6f4ea0
...
...
@@ -164,7 +164,7 @@ lazy val netlogo6 = OsgiProject(
),
version
:=
netLogo6Version
,
scalaVersion
:=
"2.12.8"
,
crossPaths
:=
false
)
settings
(
settings
:
_
*
)
lazy
val
scalaTagsVersion
=
"0.9.1"
lazy
val
scalaRxVersion
=
"0.4.
2
"
lazy
val
scalaRxVersion
=
"0.4.
3
"
lazy
val
scalaDomVersion
=
"1.0.0"
lazy
val
scalaBoopickleVersion
=
"1.3.3"
lazy
val
scalaAutowireVersion
=
"0.3.2"
...
...
openmole/project/Libraries.scala
View file @
4d6f4ea0
...
...
@@ -15,11 +15,11 @@ object Libraries {
lazy
val
netLogo6Version
=
"6.1.1"
lazy
val
scalaTagsVersion
=
"0.9.1"
lazy
val
scalaJSDomVersion
=
"1.0.0"
lazy
val
rxVersion
=
"0.4.
2
"
lazy
val
rxVersion
=
"0.4.
3
"
lazy
val
boopickleVersion
=
"1.3.3"
lazy
val
scalaAutowireVersion
=
"0.3.2"
lazy
val
sourcecodeVersion
=
"0.2.1"
lazy
val
scaladgetVersion
=
"1.3.
6
"
lazy
val
scaladgetVersion
=
"1.3.
7
"
lazy
val
sortableVersion
=
"0.7.2"
lazy
val
json4sVersion
=
"3.6.7"
lazy
val
circeVersion
=
"0.13.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