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
f35f19da
Commit
f35f19da
authored
Jun 29, 2020
by
Romain Reuillon
Browse files
[Lib] fix: update gridscale
parent
2ed22766
Pipeline
#633
failed with stages
in 4 minutes and 7 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
libraries/build.sbt
View file @
f35f19da
...
...
@@ -357,7 +357,7 @@ lazy val sourceCode = OsgiProject(dir, "sourcecode") settings (
)
settings
(
settings
:
_
*
)
def
gridscaleVersion
=
"2.
29
"
def
gridscaleVersion
=
"2.
30
"
lazy
val
gridscale
=
OsgiProject
(
dir
,
"gridscale"
,
imports
=
Seq
(
"*"
),
exports
=
Seq
(
"gridscale.*"
,
"enumeratum.*"
))
settings
(
libraryDependencies
+=
"org.openmole.gridscale"
%%
"gridscale"
%
gridscaleVersion
,
version
:=
gridscaleVersion
...
...
openmole/project/Libraries.scala
View file @
f35f19da
...
...
@@ -6,7 +6,7 @@ import sbt._
object
Libraries
{
lazy
val
gridscaleVersion
=
"2.
29
"
lazy
val
gridscaleVersion
=
"2.
30
"
lazy
val
sshjVersion
=
"0.27.0"
lazy
val
containerVersion
=
"1.11"
lazy
val
mgoVersion
=
"3.44"
...
...
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