Skip to content

Commit

Permalink
Revert unintentional change to scalamock repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulp committed Jun 10, 2014
1 parent aea3704 commit 58b2549
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions project/build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ object NotebookBuild extends Build {
)

lazy val server = Project(id = "server", base = file("server"))
.dependsOn(common, kernel).dependsOn(scalaMock)
.dependsOn(common, kernel)
.projectDefaults
.withWebAssets
.settings(
Expand All @@ -136,6 +136,7 @@ object NotebookBuild extends Build {
commonsIO,
commonsHttp,
scalaTest,
scalaMock,
"org.fusesource.scalate" %% "scalate-core" % "1.6.1"
)
)
Expand All @@ -154,7 +155,7 @@ object NotebookBuild extends Build {
val akkaSlf4j = "com.typesafe.akka" %% "akka-slf4j" % akkaVersion
val akkaTestkit = "com.typesafe.akka" %% "akka-testkit" % akkaVersion % "test"
val scalaTest = "org.scalatest" %% "scalatest" % "2.0" % "test"
val scalaMock = ProjectRef(uri("https://github.com/paulp/ScalaMock.git"), "scalatest") % "test"
val scalaMock = "org.scalamock" %% "scalamock-scalatest-support" % "3.1.RC1" % "test"
}


Expand Down

0 comments on commit 58b2549

Please sign in to comment.