Skip to content
This repository has been archived by the owner on Apr 23, 2019. It is now read-only.

Commit

Permalink
Updated with template-control on 2017-02-17T23:40:58.476Z (#15)
Browse files Browse the repository at this point in the history
/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")
  • Loading branch information
wsargent committed Mar 8, 2017
1 parent d44774d commit 54d228f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
11 changes: 5 additions & 6 deletions LICENSE
@@ -1,8 +1,7 @@
This software is licensed under the Apache 2 license, quoted below.
License
-------
Written in 2016 by Lightbend <info@lightbend.com>

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.
You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -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"
libraryDependencies += "com.h2database" % "h2" % "1.4.192"
2 changes: 1 addition & 1 deletion 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

0 comments on commit 54d228f

Please sign in to comment.