Skip to content

Commit

Permalink
Align maven version
Browse files Browse the repository at this point in the history
  • Loading branch information
ignasi35 authored and raboof committed May 4, 2021
1 parent ac6334d commit 0661a9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion integration-test/kubernetes-api-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<encoding>UTF-8</encoding>
<akka.version>2.6.14</akka.version>
<akka.http.version>10.1.11</akka.http.version>
<akka.http.version>10.2.0</akka.http.version>
<akka-management.version>1.0.5</akka-management.version>
<scala.binary.version>2.12</scala.binary.version>
</properties>
Expand Down
1 change: 1 addition & 0 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ object Dependencies {
// Align the versions in integration-test/kubernetes-api-java/pom.xml
val AkkaVersion = "2.6.14"
val AkkaBinaryVersion = "2.6"
// Align the versions in integration-test/kubernetes-api-java/pom.xml
val AkkaHttpVersion = "10.2.0"
val AkkaHttpBinaryVersion = "10.2"

Expand Down

0 comments on commit 0661a9c

Please sign in to comment.