Skip to content

Commit

Permalink
Update min pkg range
Browse files Browse the repository at this point in the history
  • Loading branch information
djfarrelly committed Jul 18, 2024
1 parent 61675c0 commit 85e258a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inngest-spring-boot-adapter/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.6
0.0.5
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, 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 85e258a

Please sign in to comment.