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.
2 parents 66efe20 + 996ac22 commit 9d503c8Copy full SHA for 9d503c8
1 file changed
build.sbt
@@ -7,7 +7,7 @@ scalaVersion := "2.13.12"
7
scalacOptions ++= List("-encoding", "utf8", "-deprecation", "-feature", "-unchecked")
8
9
libraryDependencies ++= Seq(
10
- "org.playframework" %% "play-doc" % "3.0.0",
+ "org.playframework" %% "play-doc" % "3.0.1",
11
"org.eclipse.jgit" % "org.eclipse.jgit" % "6.7.0.202309050840-r",
12
"com.damnhandy" % "handy-uri-templates" % "2.1.8",
13
"org.webjars" % "jquery" % "3.7.1",
0 commit comments