Skip to content

Commit

Permalink
Merge pull request #2247 from Marcus-Rosti/patch-1
Browse files Browse the repository at this point in the history
Fixes misspelling runing -> running
  • Loading branch information
tgodzik committed Jan 12, 2024
2 parents e1fe572 + cf55aad commit d83c2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/main/scala/bloop/Compiler.scala
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ object Compiler {
scalacOptions ++ List("-release", numVer.toString())
} else if (bloopNumVer < numVer) {
logger.warn(
s"Bloop is runing with ${JavaRuntime.version} but your code requires $version to compile, " +
s"Bloop is running with ${JavaRuntime.version} but your code requires $version to compile, " +
"this might cause some compilation issues when using JDK API unsupported by the Bloop's current JVM version"
)
scalacOptions
Expand Down

0 comments on commit d83c2ef

Please sign in to comment.