Skip to content

Commit

Permalink
fixed scripted for jdk 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
iusildra committed Aug 9, 2023
1 parent dedd326 commit 0a55cbe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def checkHotCodeReplaceTask = Def.task {
lazy val hotCodeReload =
project
.in(file("."))
.enablePlugins(SbtJdiTools)
.settings(
scalaVersion := scalaV,
checkBreakpoint := checkBreakpointTask.evaluated,
Expand Down

0 comments on commit 0a55cbe

Please sign in to comment.