Skip to content

Commit 647249f

Browse files
Update play-slick, play-slick-evolutions from 6.0.0 to 6.1.0
1 parent f069dc1 commit 647249f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ lazy val scala_libraries_2 = (project in file("scala-libraries-2"))
371371
enumeratumDep
372372
),
373373
libraryDependencies ++= Seq(
374-
"org.playframework" %% "play-slick" % "6.0.0",
374+
"org.playframework" %% "play-slick" % "6.1.0",
375375
"org.postgresql" % "postgresql" % "42.7.2"
376376
),
377377
libraryDependencies ++= Seq(

play-scala/application-tests/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ scalaVersion := ScalaVersions.scala2Version
1010
libraryDependencies += guice
1111
libraryDependencies += "com.h2database" % "h2" % "1.4.200"
1212
libraryDependencies += "org.postgresql" % "postgresql" % "42.2.28"
13-
libraryDependencies += "org.playframework" %% "play-slick" % "6.0.0"
14-
libraryDependencies += "org.playframework" %% "play-slick-evolutions" % "6.0.0"
13+
libraryDependencies += "org.playframework" %% "play-slick" % "6.1.0"
14+
libraryDependencies += "org.playframework" %% "play-slick-evolutions" % "6.1.0"
1515
libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.1" % Test
1616
libraryDependencies += "org.scalatestplus" %% "mockito-3-4" % "3.2.10.0" % Test

0 commit comments

Comments
 (0)