Skip to content

Commit 5efc743

Browse files
Update play-slick, play-slick-evolutions from 6.1.0 to 6.1.1
1 parent 265ebe9 commit 5efc743

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
@@ -415,7 +415,7 @@ lazy val scala_libraries = (project in file("scala-libraries"))
415415
"com.github.seratch" %% "awscala" % "0.9.2"
416416
),
417417
libraryDependencies ++= Seq(
418-
"org.playframework" %% "play-slick" % "6.1.0",
418+
"org.playframework" %% "play-slick" % "6.1.1",
419419
"org.postgresql" % "postgresql" % "42.7.3"
420420
),
421421
dependencyOverrides := 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.scala3Version
1010
libraryDependencies += guice
1111
libraryDependencies += "com.h2database" % "h2" % "1.4.200"
1212
libraryDependencies += "org.postgresql" % "postgresql" % "42.2.29"
13-
libraryDependencies += "org.playframework" %% "play-slick" % "6.1.0"
14-
libraryDependencies += "org.playframework" %% "play-slick-evolutions" % "6.1.0"
13+
libraryDependencies += "org.playframework" %% "play-slick" % "6.1.1"
14+
libraryDependencies += "org.playframework" %% "play-slick-evolutions" % "6.1.1"
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)