Skip to content

Commit

Permalink
Merge pull request #609 from scala-steward/update/2.9.x/dagger-2.51.1
Browse files Browse the repository at this point in the history
[2.9.x] dagger, dagger-compiler 2.51.1 (was 2.50)
  • Loading branch information
mkurz committed Apr 28, 2024
2 parents 8dc389d + 489b17e commit 4425c7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions play-java-dagger2-example/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ lazy val root = (project in file("."))
scalaVersion := crossScalaVersions.value.head,
libraryDependencies ++= Seq(
ws,
"com.google.dagger" % "dagger" % "2.50",
"com.google.dagger" % "dagger-compiler" % "2.50"
"com.google.dagger" % "dagger" % "2.51.1",
"com.google.dagger" % "dagger-compiler" % "2.51.1"
),
// move the java annotation code into generated directory
(Compile / javacOptions) := { (Compile / managedSourceDirectories).value.head.mkdirs(); javacOptions.value },
Expand Down

0 comments on commit 4425c7c

Please sign in to comment.