This is an automated email from the ASF dual-hosted git repository.
aradzinski pushed a commit to branch NLPCRAFT-474
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/NLPCRAFT-474 by this push:
new 4e2095d Update pom.xml
4e2095d is described below
commit 4e2095d87f1db589ae0b8a556124f30db6c685ce
Author: Aaron Radzinski <[email protected]>
AuthorDate: Tue Jan 25 11:50:23 2022 -0800
Update pom.xml
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a09cee4..a2005dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,7 +77,7 @@
<!-- Major Java/Scala version. -->
<scala.major.ver>3</scala.major.ver>
<scala3.ver>${scala.major.ver}.1.0</scala3.ver>
- <scala2.ver>2.13.6</scala2.ver>
+ <scala2.ver>2.13.8</scala2.ver>
<java.ver>11</java.ver>
<maven.build.timestamp.format>yyyy-MM-dd-HH-mm</maven.build.timestamp.format>
<timestamp>${maven.build.timestamp}</timestamp>