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.
2 parents 5607b7a + f72531a commit 7e1af09Copy full SHA for 7e1af09
.DS_Store
-8 KB
.github/workflows/codeql.yml
@@ -13,9 +13,9 @@ name: "CodeQL"
13
14
on:
15
push:
16
- branches: [ "main", "dev" ]
+ branches: [ "master", "dev" ]
17
pull_request:
18
19
schedule:
20
- cron: '24 21 * * 0'
21
buildSrc/src/main/kotlin/Versions.kt
@@ -1,6 +1,6 @@
1
@Suppress("ConstPropertyName", "MemberVisibilityCanBePrivate")
2
object Versions {
3
- const val project = "0.4.2-SNAPSHOT"
+ const val project = "0.5.3-SNAPSHOT"
4
5
const val java = 17
6
const val kotlin = "1.9.22"
0 commit comments