Skip to content

fedcuit/sbt-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SBT template project

A SBT template project for quick start

Following the below steps to setup a sbt project quickly:

  1. Install Scala 2.10.2 (Download and add bin folder to path) If you already have Scala installed, just modify build.sbt file with your Scala version.
 scalaVersion := "<Scala_verion_on_your_machine>"
  1. Install SBT (brew install sbt)
  2. Clone this project to some place in your machine.
    git clone https://github.com/fedcuit/sbt-template.git
  3. Run sbt gen-idea in root folder generate intelliJ project
  4. Open root folder in IntelliJ

open sbt project choose sbt project

All set, let's rock!

About

A SBT template project for quick start

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages