Skip to content

Commit

Permalink
Merge pull request #860 from wavesplatform/build-system-tweaks
Browse files Browse the repository at this point in the history
Added portable-scala Bintray repo
  • Loading branch information
alexeykiselev authored Feb 21, 2018
2 parents 5939ee6 + ee886b2 commit 125a9a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType}
import com.typesafe.sbt.packager.archetypes.TemplateWriter
import sbt.Keys.{sourceGenerators, _}
import sbt._
import sbtcrossproject.CrossPlugin.autoImport.crossProject

enablePlugins(JavaServerAppPackaging, JDebPackaging, SystemdPlugin, GitVersioning)

Expand Down Expand Up @@ -158,7 +158,8 @@ lazy val lang =
Dependencies.scalactic ++
Dependencies.monix.value ++
Dependencies.scodec.value ++
Dependencies.fastparse.value
Dependencies.fastparse.value,
resolvers += Resolver.bintrayIvyRepo("portable-scala", "sbt-plugins")
)
.jsSettings(
scalaJSLinkerConfig ~= {
Expand Down

0 comments on commit 125a9a9

Please sign in to comment.