diff --git a/build.sbt b/build.sbt index 2becfd8..34730d4 100644 --- a/build.sbt +++ b/build.sbt @@ -1,21 +1,21 @@ -lazy val auth0Version = "3.8.1" +lazy val auth0Version = "3.8.2" lazy val codecVersion = "1.13" lazy val configVersion = "1.3.4" -lazy val jettyVersion = "9.4.19.v20190610" +lazy val jettyVersion = "9.4.20.v20190813" lazy val json4sJacksonVersion = "3.6.7" lazy val jtaVersion = "1.1" lazy val junitVersion = "4.12" lazy val logbackVersion = "1.2.3" -lazy val rxjavaVersion = "2.2.2" +lazy val rxjavaVersion = "2.2.12" lazy val scalatestVersion = "3.0.8" lazy val scalatraVersion = "2.6.5" lazy val servletVersion = "3.1.0" -lazy val slf4jVersion = "1.7.27" +lazy val slf4jVersion = "1.7.28" lazy val buildSettings = Seq( organization := "org.mbari.m3", - scalaVersion := "2.12.9", - crossScalaVersions := Seq("2.12.9"), + scalaVersion := "2.12.10", + crossScalaVersions := Seq("2.12.10"), organizationName := "Monterey Bay Aquarium Research Institute", startYear := Some(2017), licenses += ("Apache-2.0", new URL("https://www.apache.org/licenses/LICENSE-2.0.txt")) @@ -87,7 +87,7 @@ lazy val `panoptes` = (project in file(".")) .settings(appSettings) .settings( name := "panoptes", - version := "0.2.0", + version := "0.2.2", fork := true, libraryDependencies ++= Seq( "com.auth0" % "java-jwt" % auth0Version, diff --git a/project/build.properties b/project/build.properties index 6ce88fe..e995845 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,3 +1,3 @@ #sbt.version=0.13.15 -sbt.version=1.2.8 +sbt.version=1.3.0 diff --git a/src/pack/conf/logback.xml b/src/pack/conf/logback.xml index 12b5a85..3aa8dbc 100644 --- a/src/pack/conf/logback.xml +++ b/src/pack/conf/logback.xml @@ -1,7 +1,9 @@ - + + + debug @@ -15,8 +17,8 @@ - - + + - + \ No newline at end of file