Skip to content

Commit

Permalink
Fix deprecation in build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
danicheg committed Jul 6, 2024
1 parent 66397c9 commit 189f441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ lazy val profiledb = project
libraryDependencies +=
"com.thesamet.scalapb" %% "scalapb-runtime" % scalapbVersion % "protobuf",
Compile / managedSourceDirectories += target.value / "protobuf-generated",
Compile / PB.targets in Compile := Seq(
Compile / PB.targets := Seq(
scalapb.gen() -> (target.value / "protobuf-generated")
),
buildInfoPackage := "scalac.profiling.internal.build",
Expand Down

0 comments on commit 189f441

Please sign in to comment.