Skip to content

Commit

Permalink
mustache.java: 0.9.11 -> 0.9.13 (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
earldouglas authored Jun 2, 2024
1 parent d370e9b commit 0fe82d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/mustache/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
libraryDependencies += "com.github.spullara.mustache.java" % "scala-extensions-2.12" % "0.9.11"
libraryDependencies += "com.github.spullara.mustache.java" % "compiler" % "0.9.11"
libraryDependencies += "com.github.spullara.mustache.java" % "scala-extensions-2.12" % "0.9.13"
libraryDependencies += "com.github.spullara.mustache.java" % "compiler" % "0.9.13"
libraryDependencies += "javax.servlet" % "javax.servlet-api" % "4.0.1" % "provided"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.9" % "test"

Expand Down

0 comments on commit 0fe82d3

Please sign in to comment.