Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ val tapirV = "1.13.19"
val sttpClientV = "4.0.24"
val zioV = "2.1.26"
val zioProcessV = "0.8.0"
val testcontainersScalaV = "0.41.8"
val testcontainersScalaV = "0.44.1"

lazy val verifyExamplesCompileUsingScalaCli = taskKey[Unit]("Verify that each example compiles using Scala CLI")

Expand Down
Loading