Skip to content

Commit

Permalink
Fix name of the root project in sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
danicheg committed Oct 30, 2023
1 parent 0d237a1 commit c47909f
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 @@ -13,7 +13,7 @@ lazy val root = project
.in(file("."))
.aggregate(profiledb, plugin, profilingSbtPlugin)
.settings(
name := "profiling-root",
name := "scalac-profiling-root",
crossScalaVersions := bin212 ++ bin213,
publish := {},
publishLocal := {},
Expand Down

0 comments on commit c47909f

Please sign in to comment.