File tree Expand file tree Collapse file tree 5 files changed +6
-25
lines changed
project/src/main/scala/definitions Expand file tree Collapse file tree 5 files changed +6
-25
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ object ApiAdmin {
27
27
)
28
28
).jvmSettings(
29
29
// Add JVM-specific settings here
30
- JvmModule .settings: _*
31
30
).jsSettings(
32
31
// Add JS-specific settings here
33
32
ScalaJsModule .settings: _*
Original file line number Diff line number Diff line change @@ -27,11 +27,9 @@ object ApiCore {
27
27
TestLibs .scalaMockJs.value % " test"
28
28
)
29
29
).jvmSettings(
30
- Seq (
31
- libraryDependencies ++= Seq (
32
- Libs .jodaTime.value
33
- )
34
- ) ++ JvmModule .settings: _*
30
+ libraryDependencies ++= Seq (
31
+ Libs .jodaTime.value
32
+ )
35
33
).jsSettings(
36
34
ScalaJsModule .settings: _*
37
35
)
Original file line number Diff line number Diff line change @@ -26,11 +26,9 @@ object ApiJodaTime {
26
26
TestLibs .scalaMockJs.value % " test"
27
27
)
28
28
).jvmSettings(
29
- Seq (
30
- libraryDependencies ++= Seq (
31
- Libs .jodaTime.value
32
- )
33
- ) ++ JvmModule .settings: _*
29
+ libraryDependencies ++= Seq (
30
+ Libs .jodaTime.value
31
+ )
34
32
).jsSettings(
35
33
ScalaJsModule .settings: _*
36
34
)
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ object ApiPlayWs extends ApiModule {
11
11
override val base : File = file(" play-ws" )
12
12
13
13
override def definition : Project = super .definition
14
- .settings(JvmModule .settings: _* )
15
14
.settings(
16
15
description := " Common Scala ApiHttpClient implementation using play-ws library"
17
16
)
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments