From 602944ed0bf0ab4b3fbde97e533a21efe23f3da1 Mon Sep 17 00:00:00 2001 From: Laura Luiz Date: Fri, 4 Nov 2016 13:35:23 +0100 Subject: [PATCH] Update to Sunrise Framework 0.13.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9f08c2b..78c7df7 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ version := "0.1.0-SNAPSHOT" scalaVersion := "2.11.8" -val sunriseFrameworkVersion = "0.12.1" +val sunriseFrameworkVersion = "0.13.0" lazy val root = (project in file(".")) .enablePlugins(PlayJava)