Skip to content

Commit

Permalink
Correct version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Nov 2, 2023
1 parent f3c1d6f commit bcde8f8
Showing 1 changed file with 3 additions and 3 deletions.
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 += "com.typesafe.play" %% "play-slick" % "5.1.0"
libraryDependencies += "com.typesafe.play" %% "play-slick" % "5.2.0"
// #add-library-dependencies

// #add-dependency-with-evolutions
libraryDependencies ++= Seq(
"com.typesafe.play" %% "play-slick" % "5.1.0",
"com.typesafe.play" %% "play-slick-evolutions" % "5.1.0"
"com.typesafe.play" %% "play-slick" % "5.2.0",
"com.typesafe.play" %% "play-slick-evolutions" % "5.2.0"
)
// #add-dependency-with-evolutions

0 comments on commit bcde8f8

Please sign in to comment.