Skip to content

Commit

Permalink
Update README.md (#290)
Browse files Browse the repository at this point in the history
Update the version to the latest release

Signed-off-by: Andy Czerwonka <andy.czerwonka@gmail.com>
  • Loading branch information
andyczerwonka committed May 14, 2024
1 parent 50d37e4 commit e3926b5
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 @@ -94,8 +94,8 @@ Scala 2.12 and Scala 2.13 are supported.

```scala
libraryDependencies ++= Seq(
"org.flyte" % "flytekit-java" % "0.3.15",
"org.flyte" %% "flytekit-scala" % "0.3.15"
"org.flyte" % "flytekit-java" % "0.4.35",
"org.flyte" %% "flytekit-scala" % "0.4.35"
)
```

Expand Down

0 comments on commit e3926b5

Please sign in to comment.