Skip to content

Commit 19a0281

Browse files
authored
pekko 1.0.3 (#9)
1 parent 1195745 commit 19a0281

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.9
1+
sbt.version=1.10.0

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.18" % Test
26+
"org.scalatest" %% "scalatest" % "3.2.19" % Test
2727
)
2828
)

src/main/g8/default.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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.13
3+
scala_version=2.13.14
44
pekko_http_version=1.0.1
5-
pekko_version=1.0.2
5+
pekko_version=1.0.3
66
sbt_version=maven(org.scala-sbt, sbt, stable)
77
organization=com.example
88
package=$organization$

0 commit comments

Comments
 (0)