mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-04-28 15:25:22 +00:00
Fix logback debug file and bump version
This commit is contained in:
parent
44c5f65796
commit
6c86ac92a7
3 changed files with 23 additions and 14 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue