Skip to content

Commit

Permalink
Possible fix for jitpack failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mandar2812 committed Oct 7, 2016
1 parent e366ed2 commit d9206f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ lazy val core = (project in file("dynaml-core")).settings(baseSettings)
.dependsOn(pipes)
.settings(
name := "dynaml-core",
version := mainVersion,
parallelExecution in Test := false
version := mainVersion
)

lazy val examples = (project in file("dynaml-examples"))
Expand Down

0 comments on commit d9206f6

Please sign in to comment.