Skip to content

Commit

Permalink
Update scala-java8-compat to 0.9.1 (seglo#218)
Browse files Browse the repository at this point in the history
Co-authored-by: Sean Glover <[email protected]>
  • Loading branch information
2 people authored and JohnPreston committed Mar 4, 2022
1 parent 6d642a4 commit 13dc70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ object Dependencies {
val PrometheusHttpServer = "io.prometheus" % "simpleclient_httpserver" % Version.Prometheus
val Fabric8Model = "io.fabric8" % "kubernetes-model" % Version.Fabric8
val Fabric8Client = "io.fabric8" % "kubernetes-client" % Version.Fabric8
val ScalaJava8Compat = "org.scala-lang.modules" %% "scala-java8-compat" % "0.9.0"
val ScalaJava8Compat = "org.scala-lang.modules" %% "scala-java8-compat" % "0.9.1"
val AkkaHttp = "com.typesafe.akka" %% "akka-http" % "10.1.14"

/* Test */
Expand Down

0 comments on commit 13dc70b

Please sign in to comment.