hi i am new in sbt i am following this tutorial http://www.scala-sbt.org/0.13/tutorial/Hello.html i followed the same steps on the shell the program displays "hi" i am confused i don't have these files in my hello folder
- Sources in src/main/scala or src/main/java
- Tests in src/test/scala or src/test/java
- Data files in src/main/resources or src/test/resources
- jars in lib
and also i dont't have the build.sbt file i am following this tutorial as it is i have only hw.scala file and a target folder
mt scala version is 2.11.1 and sbt version is sbt 0.13.5
am i doing something wrong ?