Skip to content

Commit b8c2df5

Browse files
authored
Update getting-started.adoc
fix snapshot version
1 parent ce1381b commit b8c2df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-ai-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ As shown in the snippet below this can then be followed by version-less declarat
113113
[source,gradle]
114114
----
115115
dependencies {
116-
implementation platform("org.springframework.ai:spring-ai-bom:0.8.1-SNAPSHOT")
116+
implementation platform("org.springframework.ai:spring-ai-bom:1.0.0-SNAPSHOT")
117117
// Replace the following with the starter dependencies of specific modules you wish to use
118118
implementation 'org.springframework.ai:spring-ai-openai'
119119
}

0 commit comments

Comments
 (0)