-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #98 from barend/pre-2.4.0_housekeeping
Pre 2.4.0 housekeeping
- Loading branch information
Showing
24 changed files
with
190 additions
and
43 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,15 +17,15 @@ | |
|
||
val circeForScala211Version = "0.11.1" // Only for Scala v2.11 | ||
val circeLatestVersion = "0.12.1" // for Scala v2.12+ | ||
val mdedetrichVersion = "0.4.0" | ||
val scalacticVersion = "3.0.8" | ||
val scalatestVersion = "3.0.8" | ||
val typesafeConfigVersion = "1.3.3" | ||
val mdedetrichVersion = "0.5.0" | ||
val scalacticVersion = "3.1.1" | ||
val scalatestVersion = "3.1.1" | ||
val typesafeConfigVersion = "1.4.0" | ||
val typesafeLoggingVersion = "3.9.2" | ||
val akkaHttpVersion = "10.1.9" | ||
val akkaHttpVersion = "10.1.11" | ||
val sealerateVersion = "0.0.6" | ||
val logbackVersion = "1.2.3" | ||
val collectionCompatVersion = "2.1.2" | ||
val collectionCompatVersion = "2.1.6" | ||
|
||
def scalaVersionSpecificDependencies(scalaVer: String): Seq[ModuleID] = { | ||
|
||
|
@@ -86,8 +86,8 @@ lazy val commonSettings: Seq[Setting[_]] = Seq( | |
s"[email protected]:${bintrayOrganization.value.get}/${name.value}.git" | ||
) | ||
), | ||
crossScalaVersions in ThisBuild := Seq("2.11.12", "2.12.10", "2.13.1"), | ||
scalaVersion in ThisBuild := "2.12.9", | ||
crossScalaVersions in ThisBuild := Seq("2.11.12", "2.12.11", "2.13.2"), | ||
scalaVersion in ThisBuild := "2.12.11", | ||
scalacOptions ++= Seq(Opts.compile.deprecation, "-Xlint", "-feature"), | ||
scalacOptions ++= unusedWarnings(scalaVersion.value), | ||
publishArtifact in Test := false, | ||
|
@@ -113,7 +113,7 @@ lazy val root = (project in file(".")) | |
"ca.mrvisser" %% "sealerate" % sealerateVersion, | ||
"org.scala-lang.modules" %% "scala-collection-compat" % collectionCompatVersion, | ||
"ch.qos.logback" % "logback-classic" % logbackVersion % Provided, | ||
"org.scalactic" %% "scalactic" % scalacticVersion, | ||
"org.scalactic" %% "scalactic" % scalacticVersion % Test, | ||
"org.scalatest" %% "scalatest" % scalatestVersion % Test | ||
) | ||
) | ||
|
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
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
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
22 changes: 20 additions & 2 deletions
22
src/test/scala/ing/wbaa/druid/definitions/ExtractionFnSpec.scala
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
21 changes: 20 additions & 1 deletion
21
src/test/scala/ing/wbaa/druid/definitions/GranularitySpec.scala
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.