Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit d0bf391

Browse files
committed
Add binaries onto classpath in plugin dev in order for the run configs to work
1 parent 7d43af1 commit d0bf391

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deployment-files-dev/build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ libraryDependencies += "com.fazecast" % "jSerialComm" % "[2.0.0,3.0.0)"
6666
// Socket.io
6767
libraryDependencies += "io.socket" % "socket.io-client"% "1.0.0"
6868

69+
unmanagedBase := file("bin")
70+
6971
// ---------------------------------------------------------------------------------------------------------------------
7072
// PLUGIN FRAMEWORK DEFINITIONS
7173
// ---------------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)