Skip to content
This repository has been archived by the owner on Apr 6, 2018. It is now read-only.

Commit

Permalink
1.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
analytically committed Dec 26, 2014
1 parent d6426e9 commit 1accf70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gcse/project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object ApplicationBuild extends Build {

val appDependencies = Seq(
javaCore,
"uk.co.coen" % "capsulecrm-java" % "1.2.4"
"uk.co.coen" % "capsulecrm-java" % "1.3.0"
)

val main = play.Project(appName, appVersion, appDependencies).settings(
Expand Down
2 changes: 1 addition & 1 deletion gcse/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ logLevel := Level.Warn
resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/"

// Use the Play sbt plugin for Play projects
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.2.1")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.2.6")

0 comments on commit 1accf70

Please sign in to comment.