forked from lightbend/config
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Project Scala version updated to 1.12.8; all the IDE & compiler warni…
…ngs fixed As discussed in lightbend#568 . `lift-json` was also bumped as there was no longer any suitable version for Scala 2.12.x. Also fixed compiler warnings (e.g. _eta expansion of parameterless methods is deprecated_) as well as some rarther non-controversial IDE warnings (e.g. redundant semicolons and such).
- Loading branch information
1 parent
e1c2640
commit 8ffe542
Showing
25 changed files
with
150 additions
and
158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ ThisBuild / git.baseVersion := "1.3.0" | |
ThisBuild / organization := "com.typesafe" | ||
ThisBuild / Compile / scalacOptions := List("-unchecked", "-deprecation", "-feature") | ||
ThisBuild / Test / scalacOptions := List("-unchecked", "-deprecation", "-feature") | ||
ThisBuild / scalaVersion := "2.10.6" | ||
ThisBuild / scalaVersion := "2.12.8" | ||
|
||
ThisBuild / scmInfo := Option( | ||
ScmInfo(url("https://github.com/lightbend/config"), "scm:[email protected]:lightbend/config.git") | ||
|
@@ -63,7 +63,7 @@ lazy val configLib = Project("config", file("config")) | |
.settings(nocomma { | ||
autoScalaLibrary := false | ||
crossPaths := false | ||
libraryDependencies += "net.liftweb" %% "lift-json" % "2.5" % Test | ||
libraryDependencies += "net.liftweb" %% "lift-json" % "3.3.0" % Test | ||
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test | ||
|
||
Compile / compile / javacOptions ++= Seq("-source", "1.8", "-target", "1.8", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.