We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51ca3ed commit 7655ed2Copy full SHA for 7655ed2
.github/workflows/ci.yml
@@ -32,4 +32,4 @@ jobs:
32
33
- name: generate and test, Scala 2.13
34
run: |-
35
- sbt new file://$PWD --name=hello-world --scala_version=2.13.16 --force && pushd hello-world && sbt test
+ sbt new file://$PWD --name=hello-world --scala_version=2.13.17 --force && pushd hello-world && sbt test
0 commit comments