Skip to content

Commit ef12e17

Browse files
committed
fix dep to 2.0.2
1 parent 8b494fe commit ef12e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drawing-play/project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ logLevel := Level.Warn
55
resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/"
66

77
// Use the Play sbt plugin for Play projects
8-
addSbtPlugin("play" % "sbt-plugin" % Option(System.getProperty("play.version")).getOrElse("2.0"))
8+
addSbtPlugin("play" % "sbt-plugin" % Option(System.getProperty("play.version")).getOrElse("2.0.2"))

0 commit comments

Comments
 (0)