Skip to content

Commit

Permalink
Updated scala, akka & scalaz versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hanny24 committed Jan 25, 2013
1 parent e7fc2d7 commit bf3f0cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ assemblySettings

name := "Empty Project"

version := "0.2"
version := "0.1"

scalaVersion := "2.9.2"
scalaVersion := "2.10.0"

resolvers ++= Seq(
"snapshots" at "http://oss.sonatype.org/content/repositories/snapshots",
Expand All @@ -17,6 +17,6 @@ resolvers ++= Seq(
libraryDependencies ++= Seq(
"org.scalacheck" %% "scalacheck" % "1.10.0" % "test",
"org.specs2" %% "specs2" % "1.12" % "test",
"com.typesafe.akka" % "akka-actor" % "2.0.3",
"org.scalaz" %% "scalaz-core" % "7.0.0-M3"
"com.typesafe.akka" %% "akka-actor" % "2.1.0",
"org.scalaz" %% "scalaz-core" % "7.0.0-M7"
)

0 comments on commit bf3f0cd

Please sign in to comment.