Skip to content

Commit

Permalink
Upgrade to scala-2.12.5/2.13.6, kafka-2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elakito committed Oct 8, 2021
1 parent 0b3bb93 commit 2a5d598
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,8 @@ typings/
# dotenv environment variables file
.env

# osx
**/.DS_Store

# temporary local files
tmp*
3 changes: 2 additions & 1 deletion compatiblity-matrix.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
| Version | Version |
| (Scala Version) | (Scala Version) |
+--------------------+-------------------+
| 0.9.2-*(2.12,2.13) | 2.7.0 (2.12,2,13) |
| 0.9.2-*(2.12,2.13) | 2.8.x (2.12,2,13) |
| | 2.7.x (2.12,2,13) |
| | 2.6.x (2.12,2.13) |
| | 2.5.x (2.12,2.13) |
| | 2.4.1 (2.12,2.13) |
Expand Down
2 changes: 1 addition & 1 deletion modules/scala_2.12/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</parent>

<properties>
<scala.version>2.12.11</scala.version>
<scala.version>2.12.15</scala.version>
<scala.binary.version>2.12</scala.binary.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion modules/scala_2.13/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</parent>

<properties>
<scala.version>2.13.4</scala.version>
<scala.version>2.13.6</scala.version>
<scala.binary.version>2.13</scala.binary.version>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
<maven.compiler.target>1.8</maven.compiler.target>
<encoding>UTF-8</encoding>

<guava.version>30.0-jre</guava.version>
<guava.version>31.0.1-jre</guava.version>
<mockito-core.version>3.6.0</mockito-core.version>
<kafka.version>2.6.1</kafka.version>
<kafka.version>2.8.1</kafka.version>
<scalatest.version>3.1.2</scalatest.version>
<slf4j.version>1.7.21</slf4j.version>
</properties>
Expand Down

0 comments on commit 2a5d598

Please sign in to comment.