diff --git a/.scala-steward.conf b/.scala-steward.conf new file mode 100644 index 0000000..44b1d49 --- /dev/null +++ b/.scala-steward.conf @@ -0,0 +1,3 @@ +updates.pin = [ + { groupId = "org.scala-lang", artifactId="scala3-library", version = "3.3." } # stay on LTS +] \ No newline at end of file