Playframework 如何下载Play Framework 2.3.3?

Playframework 如何下载Play Framework 2.3.3?,playframework,playframework-2.3,Playframework,Playframework 2.3,我第一次尝试了Play Framework,我使用activator创建了一个Play 2.3.4项目。当我使用UI并尝试检查请求/参与者时,我收到以下消息: No requests found. There could be two reasons for this: either there haven't been any requests to your Play application yet or you're running an unsupported Play versi

我第一次尝试了
Play Framework
,我使用activator创建了一个Play 2.3.4项目。当我使用UI并尝试检查请求/参与者时,我收到以下消息:

No requests found. There could be two reasons for this: 
either there haven't been any requests to your 
Play application yet or you're running an unsupported 
Play version (>2.3.3)
由于检查内容看起来很酷,我想看到它的实际应用,所以我想安装2.3.3

在播放下载页面()上,下载当前版本(2.3.4)和以前版本(2.3.1、2.3.2、2.3.3)的链接都指向同一个位置()。当我使用激活器创建播放项目时,每次都会得到相同的2.3.4版本


如何设置2.3.3项目?

项目/plugins.sbt行中的更改:


然后在project/plugins.sbt行中调用
reload
或restart activator(sbt)

更改:

然后调用重新加载或重新启动激活器(sbt)

addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.3.3")