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
839f861e
Commit
839f861e
authored
Oct 02, 2018
by
Romain Reuillon
Browse files
[Build] enh: update scala and sbt
parent
6042839e
Changes
4
Hide whitespace changes
Inline
Side-by-side
libraries/build.sbt
View file @
839f861e
...
...
@@ -7,7 +7,7 @@ def settings = Seq(
resolvers
+=
DefaultMavenRepository
,
resolvers
+=
Resolver
.
sonatypeRepo
(
"snapshots"
),
resolvers
+=
Resolver
.
sonatypeRepo
(
"releases"
),
scalaVersion
in
Global
:=
"2.12.
6
"
,
scalaVersion
in
Global
:=
"2.12.
7
"
,
scalacOptions
++=
Seq
(
"-deprecation"
),
publishArtifact
in
(
packageDoc
in
publishLocal
)
:=
false
,
publishArtifact
in
(
packageSrc
in
publishLocal
)
:=
false
,
...
...
openmole/build.sbt
View file @
839f861e
...
...
@@ -27,7 +27,7 @@ def formatSettings =
scalariformAutoformat
:=
true
)
lazy
val
scalaVersionValue
=
"2.12.
6
"
lazy
val
scalaVersionValue
=
"2.12.
7
"
def
defaultSettings
=
formatSettings
++
Seq
(
...
...
openmole/project/build.properties
View file @
839f861e
sbt.version
=
1.
1.4
sbt.version
=
1.
2.3
openmole/project/plugins.sbt
View file @
839f861e
...
...
@@ -4,7 +4,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.1")
addSbtPlugin
(
"org.openmole"
%
"openmole-buildsystem-plugin"
%
"1.8-SNAPSHOT"
)
addSbtPlugin
(
"org.scala-js"
%
"sbt-scalajs"
%
"0.6.2
3
"
)
addSbtPlugin
(
"org.scala-js"
%
"sbt-scalajs"
%
"0.6.2
5
"
)
addSbtPlugin
(
"fr.iscpif"
%
"scalajs-execnpm"
%
"0.2"
)
...
...
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