8000 Fix cross build · mauricio/postgresql-async@8254126 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Dec 3, 2019. It is now read-only.

Commit 8254126

Browse files
lpiepioramauricio
authored andcommitted
Fix cross build
1 parent bed77b7 commit 8254126

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

project/Build.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ object ProjectBuild extends Build {
1919
base = file(commonName),
2020
settings = Configuration.baseSettings ++ Seq(
2121
name := commonName,
22-
libraryDependencies := Configuration.commonDependencies
22+
libraryDependencies ++= Configuration.commonDependencies
2323
)
2424
)
2525

@@ -74,7 +74,6 @@ object Configuration {
7474
:+ "-feature"
7575
,
7676
scalacOptions in doc := Seq("-doc-external-doc:scala=http://www.scala-lang.org/archives/downloads/distrib/files/nightly/docs/library/"),
77-
scalaVersion := projectScalaVersion,
7877
crossScalaVersions := Seq(projectScalaVersion, "2.10.4"),
7978
javacOptions := Seq("-source", "1.6", "-target", "1.6", "-encoding", "UTF8"),
8079
organization := "com.github.mauricio",

0 commit comments

Comments
 (0)
0