Skip to content

Commit

Permalink
Merge pull request #606 from scala-steward/update/dagger-2.51.1
Browse files Browse the repository at this point in the history
dagger, dagger-compiler 2.51.1 (was 2.50)
  • Loading branch information
mkurz committed Apr 28, 2024
2 parents 0dd122a + 5f566d3 commit d4ff97b
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 d4ff97b

Please sign in to comment.