Skip to content

Commit 748ff25

Browse files
committed
update default orbital version
1 parent 2a442ed commit 748ff25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

preflight-core/preflight-runtime/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
val taxiVersion = "1.71.0-SNAPSHOT"
7-
val orbitalVersion = "0.38.0-M4" // Default version, can be overridden in consumer projects
7+
val orbitalVersion = "0.38.0-SNAPSHOT" // Default version, can be overridden in consumer projects
88

99
dependencies {
1010
implementation("com.orbitalhq.preflight:preflight-spec")

0 commit comments

Comments
 (0)