Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
correct the version of scala-automation needed to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnduffell committed Jul 3, 2014
1 parent 71a1e38 commit 510b45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -19,7 +19,7 @@ resolvers ++= Seq(
libraryDependencies ++= Seq(
//"org.scalatest" % "scalatest_2.10" % "2.0",
//"com.typesafe.play" %% "play-ws" % "2.3.0"
"com.gu" %% "scala-automation" % "1.22",
"com.gu" %% "scala-automation" % "1.0",
"com.gu" %% "scala-automation-api-client" % "1.0"
)

Expand Down

0 comments on commit 510b45d

Please sign in to comment.