From 54d228fbc980bab0acd4504fdad8c43b72af972e Mon Sep 17 00:00:00 2001 From: Will Sargent Date: Tue, 7 Mar 2017 21:25:51 -0800 Subject: [PATCH] Updated with template-control on 2017-02-17T23:40:58.476Z (#15) /LICENSE: wrote /LICENSE **/build.sbt: scalaVersion := "2.12.1" **/build.sbt: libraryDependencies += "com.h2database" % "h2" % "1.4.192" **/build.properties: sbt.version=0.13.13 **/plugins.sbt: addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.0-M1") --- LICENSE | 11 +++++------ build.sbt | 2 +- project/build.properties | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/LICENSE b/LICENSE index 4baedcb..b018ae2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,8 +1,7 @@ -This software is licensed under the Apache 2 license, quoted below. +License +------- +Written in 2016 by Lightbend -Licensed under the Apache License, Version 2.0 (the "License"); you may not use this project except in compliance with -the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0. +To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty. -Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific -language governing permissions and limitations under the License. \ No newline at end of file +You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see . diff --git a/build.sbt b/build.sbt index 0631f27..d3babae 100644 --- a/build.sbt +++ b/build.sbt @@ -23,4 +23,4 @@ libraryDependencies += javaWs % "test" // http://stackoverflow.com/questions/36222306/caused-by-java-lang-classnotfoundexception-org-dom4j-io-staxeventreader libraryDependencies += "org.hibernate" % "hibernate-core" % "5.2.3.Final" exclude("dom4j", "dom4j") exclude("javax.transaction", "jta") exclude("org.slf4j", "slf4j-api") -libraryDependencies += "com.h2database" % "h2" % "1.4.191" \ No newline at end of file +libraryDependencies += "com.h2database" % "h2" % "1.4.192" diff --git a/project/build.properties b/project/build.properties index e496073..5793e73 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,4 +1,4 @@ #Activator-generated Properties #Tue Oct 04 16:51:44 CDT 2016 template.uuid=bde15335-5356-4046-ab8d-158dbc0cdc8e -sbt.version=0.13.12 +sbt.version=0.13.13