Skip to content

Commit b452e37

Browse files
authored
Update build.sbt
Add missing resolver
1 parent f798df0 commit b452e37

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)