scala - How to find out which Play version I'm using? -



scala - How to find out which Play version I'm using? -

kinda silly question, used activator started play framework, , need see version i'm using. 2.3 came out back upwards docker, when set

dockerexposedports in docker := seq(9000, 9443)

in build.sbt, complains doesn't know dockerexposedports is, i'm thinking might running 2.2.

type playversion within activator console.

alternatively can in project/plugins.sbt line

addsbtplugin("com.typesafe.play" % "sbt-plugin" % "2.3.2")

in example, play version 2.3.2

scala playframework typesafe-activator

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -