Skip to content

Commit

Permalink
update Scala 3.5.1, os-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
spamegg1 committed Sep 21, 2024
1 parent 3359875 commit 5f5805c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project.scala
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//> using scala 3.5.0
//> using scala 3.5.1
//> using platform native
//> using nativeVersion 0.5.5
//> using exclude "gatling/*"
Expand Down
2 changes: 1 addition & 1 deletion scripts/installGatling.sc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env -S scala-cli
//> using dep com.lihaoyi::os-lib:0.10.4
//> using dep com.lihaoyi::os-lib:0.10.7

// download Gatling Highcharts Bundle
println("Downloading Gatling 3.10.5 to directory ./gatling")
Expand Down
2 changes: 1 addition & 1 deletion scripts/runGatling.sc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env -S scala-cli
//> using dep com.lihaoyi::os-lib:0.10.3
//> using dep com.lihaoyi::os-lib:0.10.7

// set environment variables
val gatlingEnv = Map(
Expand Down

0 comments on commit 5f5805c

Please sign in to comment.