Skip to content

Commit

Permalink
bump: Pamflet 0.10.0 which requires Scala XML 2.x (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru authored Dec 22, 2022
1 parent 5792c70 commit 09daa23
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,13 @@ libraryDependencies ++= Seq(
"ws.unfiltered" %% "unfiltered-directives" % unfilteredVersion,
"ws.unfiltered" %% "unfiltered-filter" % unfilteredVersion,
"ws.unfiltered" %% "unfiltered-jetty" % unfilteredVersion,
"ws.unfiltered" %% "unfiltered-specs2" % unfilteredVersion % "test",
"org.foundweekends" %% "pamflet-library" % "0.8.0",
"ws.unfiltered" %% "unfiltered-specs2" % unfilteredVersion % Test,
"org.foundweekends" %% "pamflet-library" % "0.10.0",
).map(
// Force sbt-site to Scala XML 2.1
_.exclude("org.scala-lang.modules", "scala-xml_2.12")
) ++ Seq(
"org.scala-lang.modules" %% "scala-xml" % "2.1.0",
"org.yaml" % "snakeyaml" % "1.33",
"com.typesafe" % "config" % "1.4.2",
"org.asciidoctor" % "asciidoctorj" % "2.1.0",
Expand Down

0 comments on commit 09daa23

Please sign in to comment.