File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
play-scala/application-tests Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -415,7 +415,7 @@ lazy val scala_libraries = (project in file("scala-libraries"))
415
415
" com.github.seratch" %% " awscala" % " 0.9.2"
416
416
),
417
417
libraryDependencies ++= Seq (
418
- " org.playframework" %% " play-slick" % " 6.1.0 " ,
418
+ " org.playframework" %% " play-slick" % " 6.1.1 " ,
419
419
" org.postgresql" % " postgresql" % " 42.7.3"
420
420
),
421
421
dependencyOverrides := Seq (
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ scalaVersion := ScalaVersions.scala3Version
10
10
libraryDependencies += guice
11
11
libraryDependencies += " com.h2database" % " h2" % " 1.4.200"
12
12
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 "
15
15
libraryDependencies += " org.scalatestplus.play" %% " scalatestplus-play" % " 7.0.1" % Test
16
16
libraryDependencies += " org.scalatestplus" %% " mockito-3-4" % " 3.2.10.0" % Test
You can’t perform that action at this time.
0 commit comments