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 @@ -371,7 +371,7 @@ lazy val scala_libraries_2 = (project in file("scala-libraries-2"))
371
371
enumeratumDep
372
372
),
373
373
libraryDependencies ++= Seq (
374
- " org.playframework" %% " play-slick" % " 6.0 .0" ,
374
+ " org.playframework" %% " play-slick" % " 6.1 .0" ,
375
375
" org.postgresql" % " postgresql" % " 42.7.2"
376
376
),
377
377
libraryDependencies ++= Seq (
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ scalaVersion := ScalaVersions.scala2Version
10
10
libraryDependencies += guice
11
11
libraryDependencies += " com.h2database" % " h2" % " 1.4.200"
12
12
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"
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