Skip to content

Commit

Permalink
Merge pull request #16 from lordofthejars/patch-1
Browse files Browse the repository at this point in the history
Terminates the dependency tag in doc
  • Loading branch information
bsorrentino committed Aug 22, 2024
2 parents 76951fe + 6b446e8 commit ec6a8dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ LangGraph for Java. A library for building stateful, multi-agents applications w
<groupId>org.bsc.langgraph4j</groupId>
<artifactId>langgraph4j-core-jdk8</artifactId>
<version>1.0-beta2</version>
<dependency>
</dependency>
```

#### Development Version
Expand All @@ -68,7 +68,7 @@ LangGraph for Java. A library for building stateful, multi-agents applications w
<groupId>org.bsc.langgraph4j</groupId>
<artifactId>langgraph4j-core-jdk8</artifactId>
<version>1.0-SNAPSHOT</version>
<dependency>
</dependency>
```

### Define the agent state
Expand Down

0 comments on commit ec6a8dc

Please sign in to comment.