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

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -