diff --git a/build.sbt b/build.sbt index 934e844..7e9be2d 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ scalacOptions ++= Seq("-deprecation", "-feature") javacOptions ++= Seq("-source", "1.8", "-target", "1.8", "-Xlint") Test / testOptions += Tests.Argument("-oDF") -val playVersion = "2.8.13" +val playVersion = "2.8.22" val slickVersion = "5.0.2" libraryDependencies ++= Seq(