We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa6d4fc commit 647406cCopy full SHA for 647406c
build.sbt
@@ -5,7 +5,7 @@ version := "1.0-SNAPSHOT"
5
6
lazy val root = (project in file(".")).enablePlugins(PlayScala)
7
8
-scalaVersion := "2.13.13"
+scalaVersion := "2.13.14"
9
10
libraryDependencies += guice
11
libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.1" % Test
0 commit comments