From 5e994cedf7d376277195ddda02527ab66cce8570 Mon Sep 17 00:00:00 2001 From: Sergey Rublev Date: Fri, 29 Nov 2019 12:58:09 +0300 Subject: [PATCH] Add support for scala 2.13 --- ndbc-api-scala_2.12/pom.xml | 2 +- ndbc-api-scala_2.13/pom.xml | 56 +++++++++++++++++++++++++++++++++++++ ndbc-api-scala_2.13/src | 1 + pom.xml | 1 + 4 files changed, 59 insertions(+), 1 deletion(-) create mode 100644 ndbc-api-scala_2.13/pom.xml create mode 120000 ndbc-api-scala_2.13/src diff --git a/ndbc-api-scala_2.12/pom.xml b/ndbc-api-scala_2.12/pom.xml index 89093dc..31403ec 100644 --- a/ndbc-api-scala_2.12/pom.xml +++ b/ndbc-api-scala_2.12/pom.xml @@ -24,7 +24,7 @@ org.scala-lang scala-library - 2.12.7 + 2.12.10 junit diff --git a/ndbc-api-scala_2.13/pom.xml b/ndbc-api-scala_2.13/pom.xml new file mode 100644 index 0000000..80b1c62 --- /dev/null +++ b/ndbc-api-scala_2.13/pom.xml @@ -0,0 +1,56 @@ + + 4.0.0 + + io.trane + ndbc + 0.1.4-SNAPSHOT + + ndbc-api-scala_2.13 + jar + + ndbc-api-scala_2.13 + + + + io.trane + ndbc-api + 0.1.4-SNAPSHOT + + + io.trane + future-scala + 0.3.2 + + + org.scala-lang + scala-library + 2.13.1 + + + junit + junit + 4.12 + test + + + + + + + org.pitest + pitest-maven + 1.1.11 + + + io.trane* + + + io.trane* + + 8 + true + + + + + diff --git a/ndbc-api-scala_2.13/src b/ndbc-api-scala_2.13/src new file mode 120000 index 0000000..b268bb4 --- /dev/null +++ b/ndbc-api-scala_2.13/src @@ -0,0 +1 @@ +../ndbc-api-scala/src \ No newline at end of file diff --git a/pom.xml b/pom.xml index 43a1e98..a1bcfc6 100644 --- a/pom.xml +++ b/pom.xml @@ -54,6 +54,7 @@ ndbc-api ndbc-api-scala_2.11 ndbc-api-scala_2.12 + ndbc-api-scala_2.13 ndbc-api-twitter ndbc-core ndbc-test