Skip to content

Commit

Permalink
Change range to be inclusive on upper bound 0.1 (#88)
Browse files Browse the repository at this point in the history
This is in preparation to cut 0.1.0 for inngest-spring-boot-adapter
  • Loading branch information
albertchae authored Oct 2, 2024
1 parent 960bcf0 commit 1360631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inngest-spring-boot-adapter/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repositories {
}

dependencies {
val pkg = if (System.getenv("RELEASE") != null) "com.inngest:inngest:[0.0.5, 0.1)" else project(":inngest")
val pkg = if (System.getenv("RELEASE") != null) "com.inngest:inngest:[0.0.5, 0.1]" else project(":inngest")
api(pkg)

implementation("org.springframework.boot:spring-boot-starter-web")
Expand Down

0 comments on commit 1360631

Please sign in to comment.