Skip to content

Commit

Permalink
fixing type assrume -> assume
Browse files Browse the repository at this point in the history
adding spec2 for test
  • Loading branch information
csaltos committed Sep 9, 2012
1 parent d93d767 commit d93e548
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions _calculator-service/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ libraryDependencies ++= Seq(
"com.github.jdegoes" %% "blueeyes-core" % "0.6.0",
"com.github.jdegoes" %% "blueeyes-mongo" % "0.6.0",
"com.github.jdegoes" %% "blueeyes-json" % "0.6.0",
"org.specs2" %% "specs2" % "1.8" % "test",
"ch.qos.logback" % "logback-classic" % "1.0.0" % "runtime"
)
2 changes: 1 addition & 1 deletion index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This short book describes [BlueEyes](https://github.com/jdegoes/blueeyes), a sim

This book should provide everything you need to develop in BlueEyes and deploy to production environments using many machines.

This book covers version *0.6* of BlueEyes, currently `0.6.0-SNAPSHOT`. I assume you know how to use Scala, and are comfortable with your development environment of choice. Certain aspects of this book, such as the section on deployment, go beyond pure software development. When I discuss build systems, I give examples for SBT. When discussing system administration I assrume a Unix-like system.
This book covers version *0.6* of BlueEyes, currently `0.6.0-SNAPSHOT`. I assume you know how to use Scala, and are comfortable with your development environment of choice. Certain aspects of this book, such as the section on deployment, go beyond pure software development. When I discuss build systems, I give examples for SBT. When discussing system administration I assume a Unix-like system.

This book is still a work in progress, and all feedback is greatly appreciated!

Expand Down

0 comments on commit d93e548

Please sign in to comment.