Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Sep 9, 2024
1 parent b08e6a8 commit 4d5edd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ trait ScalaSql extends Common{ common =>
def testFramework = "scalasql.UtestFramework"

def forkArgs = Seq("-Duser.timezone=Asia/Singapore")
def forkEnv = Map("MILL_WORKSPACE_ROOT" -> T.workspace)
def forkEnv = Map("MILL_WORKSPACE_ROOT" -> T.workspace.toString())
}

private def indent(code: Iterable[String]): String =
Expand Down

0 comments on commit 4d5edd8

Please sign in to comment.