Skip to content

Commit

Permalink
Merge pull request #2716 from rossabaker/tomcat-9.0.22
Browse files Browse the repository at this point in the history
Update tomcat-catalina, tomcat-coyote to 9.0.22
  • Loading branch information
aeons committed Jul 10, 2019
2 parents 955d69a + 9e1a25d commit 14fcda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Http4sPlugin.scala
Expand Up @@ -344,7 +344,7 @@ object Http4sPlugin extends AutoPlugin {
def specs2Matcher(sv: String) = "org.specs2" %% "specs2-matcher" % specs2Version(sv)
def specs2MatcherExtra(sv: String) = "org.specs2" %% "specs2-matcher-extra" % specs2Version(sv)
def specs2Scalacheck(sv: String) = "org.specs2" %% "specs2-scalacheck" % specs2Version(sv)
lazy val tomcatCatalina = "org.apache.tomcat" % "tomcat-catalina" % "9.0.21"
lazy val tomcatCatalina = "org.apache.tomcat" % "tomcat-catalina" % "9.0.22"
lazy val tomcatCoyote = "org.apache.tomcat" % "tomcat-coyote" % tomcatCatalina.revision
lazy val treeHugger = "com.eed3si9n" %% "treehugger" % "0.4.3"
lazy val twirlApi = "com.typesafe.play" %% "twirl-api" % "1.4.0"
Expand Down

0 comments on commit 14fcda9

Please sign in to comment.