ScalaFun Study Group Notes

10 views
Skip to first unread message

Tim Harper

unread,
Sep 19, 2013, 3:42:53 PM9/19/13
to uses...@googlegroups.com
Here are some notes from our study group meeting yesterday. Was a great turnout and I enjoyed the discussion. I'm looking forward to next week!

--

Discussion notes, using sbt-idea sbt plugin to create an intelliJ project:

sbt-idea - use intellij with sbt: https://github.com/mpeltonen/sbt-idea

Install sbt

./build.sbt

name := "hello"

version := "1.0"

scalaVersion := "2.10.2"

libraryDependencies ++= Seq(
  "org.scalatest" % "scalatest_2.10" % "1.9.1" % "test")

./project/plugins.sbt

addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.5.1")


Note: if you get lots of invlid syntax check errors, hit command-; (edit project prefs) and make sure java sdk 1.7 is selected. (Install java 1.7 sdk if you haven't already)

Reply all
Reply to author
Forward
0 new messages