Skip to content

Commit

Permalink
Rename project lab to lab1
Browse files Browse the repository at this point in the history
  • Loading branch information
bechang committed Oct 18, 2024
1 parent f4a824d commit 9d04f64
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 @@ -43,5 +43,5 @@ lazy val commonSettings = Seq(
Test / testOptions += Tests.Argument("-e")
)

lazy val lab = (project in file(".")).
lazy val lab1 = (project in file(".")).
settings(commonSettings: _*)

0 comments on commit 9d04f64

Please sign in to comment.