File tree Expand file tree Collapse file tree 1 file changed +14
-11
lines changed
Expand file tree Collapse file tree 1 file changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -38,21 +38,24 @@ scastie_sbt_string="$(echo "$scastie_sbt_full" | jq -R -s '.')"
3838post_file=" $( mktemp) "
3939cat > " $post_file " << JSON
4040{
41- "_isWorksheetMode": false,
42- "code": $scastie_scala_string ,
43- "isShowingInUserProfile": false,
44- "libraries": [],
45- "librariesFromList": [],
46- "sbtConfigExtra": $scastie_sbt_string ,
47- "sbtPluginsConfigExtra": "",
48- "target": {
49- "scalaVersion": "2.13.10",
50- "tpe": "Jvm"
41+ "SbtInputs": {
42+ "isWorksheetMode": false,
43+ "code": $scastie_scala_string ,
44+ "isShowingInUserProfile": false,
45+ "libraries": [],
46+ "librariesFromList": [],
47+ "sbtConfigExtra": $scastie_sbt_string ,
48+ "sbtPluginsConfigExtra": "",
49+ "target": {
50+ "Scala3": {
51+ "scalaVersion": "3.3.7"
52+ }
53+ }
5154 }
5255}
5356JSON
5457
55- # echo "$post_body " | jq
58+ # cat "$post_file " | jq
5659
5760uuid=$( curl \
5861 -X POST \
You can’t perform that action at this time.
0 commit comments