Skip to content

Commit

Permalink
Use common settings for bench module
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh committed Oct 14, 2023
1 parent 79a70b4 commit 93d0077
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 @@ -37,7 +37,7 @@ lazy val scalachess: Project = Project("scalachess", file(".")).settings(

lazy val bench = project
.enablePlugins(JmhPlugin)
.settings(name := "bench")
.settings(commonSettings, name := "bench")
.dependsOn(scalachess, testKit, testKit % "compile->test")

lazy val testKit = project
Expand Down

0 comments on commit 93d0077

Please sign in to comment.