Skip to content

Commit 1ad5a43

Browse files
author
Rafa Paradela
authored
Merge pull request #1 from abatyuk/missing-resolver
Update build.sbt
2 parents f798df0 + b452e37 commit 1ad5a43

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.sbt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import ProjectPlugin._
22

3+
resolvers in ThisBuild += Resolver.bintrayRepo("beyondthelines", "maven")
4+
35
lazy val protocol = project.in(file("protocol")).settings(rpcProtocolSettings)
46

57
lazy val commons = project.in(file("commons")).settings(commonsSettings)
@@ -16,4 +18,4 @@ lazy val root = project.in(file(".")).settings(name := "lwseattle-workshop").agg
1618

1719
addCommandAlias("runServer", "server/runMain com.fortyseven.server.ServerApp")
1820

19-
addCommandAlias("runClient", "client/runMain com.fortyseven.client.ClientApp")
21+
addCommandAlias("runClient", "client/runMain com.fortyseven.client.ClientApp")

0 commit comments

Comments
 (0)