Fix logback debug file and bump version

This commit is contained in:
Chord 2016-07-29 02:42:10 -04:00
parent 44c5f65796
commit 6c86ac92a7
3 changed files with 23 additions and 14 deletions

View file

@ -1,7 +1,7 @@
lazy val commonSettings = Seq(
organization := "net.psforever",
version := "1.0",
scalaVersion := "2.11.7",
version := "1.0.1-SNAPSHOT",
scalaVersion := "2.11.8",
scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8"),
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots",
libraryDependencies ++= Seq(