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 28, 2023
1 parent 0d237a1 commit 1f81a7a
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",
crossScalaVersions := bin212 ++ bin213,
publish := {},
publishLocal := {},
Expand Down

0 comments on commit 1f81a7a

Please sign in to comment.