This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/master by this push:
new 0f18918a Library versions.
0f18918a is described below
commit 0f18918a401d208fc150413e4d6f03f17ce7fd68
Author: Sergey Kamov <[email protected]>
AuthorDate: Sat Jan 21 21:02:25 2023 +0400
Library versions.
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8ec2e043..0f678d4d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,7 +74,7 @@
<properties>
<!-- Major Java/Scala version. -->
<scala.major.ver>3</scala.major.ver>
- <scala3.ver>${scala.major.ver}.1.3</scala3.ver>
+ <scala3.ver>${scala.major.ver}.2.2</scala3.ver>
<scala2.ver>2.13.10</scala2.ver>
@@ -110,7 +110,7 @@
<jackson.yaml.ver>2.13.4</jackson.yaml.ver>
<apache.opennlp.ver>2.1.0</apache.opennlp.ver>
<gson.ver>2.10</gson.ver>
- <scalatest.ver>3.2.14</scalatest.ver>
+ <scalatest.ver>3.2.15</scalatest.ver>
<!-- Force specific encoding on text resources. -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>