Skip to content

Commit

Permalink
Upgrade versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Nov 14, 2023
1 parent 96ba859 commit 824fef1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ To use play-slick, you need to add the following dependencies:

```scala
libraryDependencies ++= Seq(
"org.playframework" %% "play-slick" % "6.0.0",
"org.playframework" %% "play-slick-evolutions" % "6.0.0"
"org.playframework" %% "play-slick" % "6.1.0",
"org.playframework" %% "play-slick-evolutions" % "6.1.0"
)
```

Expand Down
6 changes: 3 additions & 3 deletions docs/manual/working/scalaGuide/main/sql/slick/code/slick.sbt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// #add-library-dependencies
libraryDependencies += "org.playframework" %% "play-slick" % "6.0.0"
libraryDependencies += "org.playframework" %% "play-slick" % "6.1.0"
// #add-library-dependencies

// #add-dependency-with-evolutions
libraryDependencies ++= Seq(
"org.playframework" %% "play-slick" % "6.0.0",
"org.playframework" %% "play-slick-evolutions" % "6.0.0"
"org.playframework" %% "play-slick" % "6.1.0",
"org.playframework" %% "play-slick-evolutions" % "6.1.0"
)
// #add-dependency-with-evolutions

0 comments on commit 824fef1

Please sign in to comment.