We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f798df0 + b452e37 commit 1ad5a43Copy full SHA for 1ad5a43
build.sbt
@@ -1,5 +1,7 @@
1
import ProjectPlugin._
2
3
+resolvers in ThisBuild += Resolver.bintrayRepo("beyondthelines", "maven")
4
+
5
lazy val protocol = project.in(file("protocol")).settings(rpcProtocolSettings)
6
7
lazy val commons = project.in(file("commons")).settings(commonsSettings)
@@ -16,4 +18,4 @@ lazy val root = project.in(file(".")).settings(name := "lwseattle-workshop").agg
16
18
17
19
addCommandAlias("runServer", "server/runMain com.fortyseven.server.ServerApp")
20
-addCommandAlias("runClient", "client/runMain com.fortyseven.client.ClientApp")
21
+addCommandAlias("runClient", "client/runMain com.fortyseven.client.ClientApp")
0 commit comments