diff options
-rwxr-xr-x | dev | 2 | ||||
-rw-r--r-- | project/build.properties | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -1,2 +1,2 @@ #!/bin/sh -nix-shell --command "SHELL=$SHELL mux local" +nix-shell --command "SHELL=$SHELL tmuxinator local" diff --git a/project/build.properties b/project/build.properties new file mode 100644 index 0000000..b7dd3cb --- /dev/null +++ b/project/build.properties @@ -0,0 +1 @@ +sbt.version=1.0.2 |