Skip to content

Commit 24d0547

Browse files
authored
upgrade paradox plugin (#5)
1 parent 7cc2c22 commit 24d0547

File tree

4 files changed

+4
-12
lines changed

4 files changed

+4
-12
lines changed

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.9.7
1+
sbt.version=1.9.9

project/paradox.sbt

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1 @@
1-
// We have to deliberately use older versions of sbt-paradox because current Pekko sbt build
2-
// only loads on JDK 1.8 so we need to bring in older versions of parboiled which support JDK 1.8
3-
addSbtPlugin(("org.apache.pekko" % "pekko-sbt-paradox" % "1.0.0").excludeAll(
4-
"com.lightbend.paradox", "sbt-paradox",
5-
"com.lightbend.paradox" % "sbt-paradox-apidoc",
6-
"com.lightbend.paradox" % "sbt-paradox-project-info"))
7-
addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox" % "0.9.2").force())
8-
addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox-apidoc" % "0.10.1").force())
9-
addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox-project-info" % "2.0.0").force())
1+
addSbtPlugin("org.apache.pekko" % "pekko-sbt-paradox" % "1.0.1")

src/main/g8/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ lazy val root = (project in file(".")).
2323

2424
"org.apache.pekko" %% "pekko-http-testkit" % pekkoHttpVersion % Test,
2525
"org.apache.pekko" %% "pekko-actor-testkit-typed" % pekkoVersion % Test,
26-
"org.scalatest" %% "scalatest" % "3.2.17" % Test
26+
"org.scalatest" %% "scalatest" % "3.2.18" % Test
2727
)
2828
)

src/main/g8/default.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name=My Pekko HTTP Project
22
description=This is a seed project which creates a basic build for a Pekko HTTP application using Scala.
3-
scala_version=2.13.12
3+
scala_version=2.13.13
44
pekko_http_version=1.0.1
55
pekko_version=1.0.2
66
sbt_version=maven(org.scala-sbt, sbt, stable)

0 commit comments

Comments
 (0)