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
7ca53a3c
Commit
7ca53a3c
authored
May 23, 2019
by
Juste Raimbault
Browse files
[Build]fix: missing libraries
parent
6be14ce5
Changes
1
Hide whitespace changes
Inline
Side-by-side
openmole/build.sbt
View file @
7ca53a3c
...
...
@@ -37,6 +37,7 @@ def defaultSettings = formatSettings ++
resolvers
+=
Resolver
.
sonatypeRepo
(
"staging"
),
resolvers
+=
Resolver
.
bintrayRepo
(
"projectseptemberinc"
,
"maven"
),
// For freek
resolvers
+=
Resolver
.
bintrayRepo
(
"definitelyscala"
,
"maven"
),
// For plotlyjs
resolvers
+=
"osgeo"
at
"http://download.osgeo.org/webdav/geotools"
,
// for geotools
scalaVersion
in
Global
:=
scalaVersionValue
,
// + "-bin-typelevel-4",
scalacOptions
++=
Seq
(
"-target:jvm-1.8"
,
"-language:higherKinds"
),
scalacOptions
+=
"-Ypartial-unification"
,
...
...
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