Skip to content

Commit

Permalink
Fix warnings in sbt-plugin tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danicheg committed Dec 9, 2023
1 parent 0a3374d commit b3274f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
> profilingWarmupCompiler
> set checkCompilerIsWarmedUp in Compile := true
> set Compile / checkCompilerIsWarmedUp := true
> profilingWarmupCompiler
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
> test:profilingWarmupCompiler
> set checkCompilerIsWarmedUp in Test := true
> set Test / checkCompilerIsWarmedUp := true
> test:profilingWarmupCompiler

0 comments on commit b3274f3

Please sign in to comment.