Skip to content

Commit

Permalink
Print full version in message printed when starting actual kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Jul 6, 2023
1 parent 5c52dd8 commit 8a6687e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ object Launcher extends CaseApp[LauncherOptions] {
options.kernelOptions
)

(proc, requestedScalaVersion, jvmIdOpt)
(proc, scalaVersion, jvmIdOpt)
}

private def launchActualKernel(proc: os.proc): Unit = {
Expand Down

0 comments on commit 8a6687e

Please sign in to comment.