Skip to content

Commit

Permalink
Merge pull request playframework#617 from scala-steward/update/scala-…
Browse files Browse the repository at this point in the history
…java8-compat-1.0.2

scala-java8-compat 1.0.2 (was 1.0.0)
  • Loading branch information
cchantep authored Nov 11, 2021
2 parents e442261 + 19fd150 commit bc77201
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 @@ -25,7 +25,7 @@ object Dependencies {

val junitInterface = Seq("com.github.sbt" % "junit-interface" % "0.13.2")

val scalaJava8Compat = Seq("org.scala-lang.modules" %% "scala-java8-compat" % "1.0.0")
val scalaJava8Compat = Seq("org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2")

val playJson = Seq("com.typesafe.play" %% "play-json" % "2.9.2")

Expand Down

0 comments on commit bc77201

Please sign in to comment.