We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a442ed commit 748ff25Copy full SHA for 748ff25
preflight-core/preflight-runtime/build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
}
5
6
val taxiVersion = "1.71.0-SNAPSHOT"
7
-val orbitalVersion = "0.38.0-M4" // Default version, can be overridden in consumer projects
+val orbitalVersion = "0.38.0-SNAPSHOT" // Default version, can be overridden in consumer projects
8
9
dependencies {
10
implementation("com.orbitalhq.preflight:preflight-spec")
0 commit comments