We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc03273 commit 4e925eeCopy full SHA for 4e925ee
1 file changed
bleep.yaml
@@ -1,5 +1,5 @@
1
$schema: https://raw.githubusercontent.com/oyvindberg/bleep/master/schema.json
2
-$version: 0.0.6
+$version: 0.0.7
3
jvm:
4
name: graalvm-community:21.0.2
5
projects:
@@ -44,6 +44,8 @@ projects:
44
dependencies: build.bleep::bleep-plugin-ci-release:${BLEEP_VERSION}
45
dependsOn: typo
46
extends: template-nocross
47
+ scala:
48
+ version: 3.5.0
49
# scripts for generating docs
50
typo-scripts-doc:
51
dependencies:
@@ -54,6 +56,7 @@ projects:
54
56
- typo-tester-anorm
55
57
58
scala:
59
60
strict: false
61
# scripts generate code into the tester projects, and there are hand-written tests inside as well
62
typo-tester-anorm:
0 commit comments