From 908e05e296974fe67d8aaf9f094d97ff986905af Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Mon, 3 Oct 2016 21:39:15 -0400 Subject: add sample library to test git dependencies --- test/library-test/Foo.scala | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/library-test/Foo.scala (limited to 'test/library-test/Foo.scala') diff --git a/test/library-test/Foo.scala b/test/library-test/Foo.scala new file mode 100644 index 0000000..75c0780 --- /dev/null +++ b/test/library-test/Foo.scala @@ -0,0 +1,4 @@ +package lib_test +object Foo{ + def bar = "Hello, Foo Bar" +} -- cgit v1.2.3