diff --git a/build.sbt b/build.sbt index 5ac4a4d..9da1112 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ libraryDependencies ++= Seq( "org.apache.commons" % "commons-io" % "1.3.2", "com.github.mumoshu" %% "play2-memcached-play28" % "0.11.0", "org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test, - "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.5" % Test + "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.8" % Test ) javacOptions ++= Seq("-source", "1.8", "-target", "1.8")