From 1ec72234d89e520158fccb1e1886530d0333b1c9 Mon Sep 17 00:00:00 2001 From: Will Sargent Date: Tue, 18 Apr 2017 12:22:36 -0700 Subject: [PATCH] Updated with template-control on 2017-04-18T19:22:36.271Z /LICENSE: wrote /LICENSE **/build.sbt: scalaVersion := "2.11.11" --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 67aa32f..039b92b 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ name := "play-streaming-java" version := "1.0-SNAPSHOT" -scalaVersion := "2.11.8" +scalaVersion := "2.11.11" lazy val root = (project in file(".")).enablePlugins(PlayJava)