File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- sbt.version =1.10.0
1
+ sbt.version =1.10.2
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ lazy val root = (project in file(".")).
19
19
" org.apache.pekko" %% " pekko-http-spray-json" % pekkoHttpVersion,
20
20
" org.apache.pekko" %% " pekko-actor-typed" % pekkoVersion,
21
21
" org.apache.pekko" %% " pekko-stream" % pekkoVersion,
22
- " ch.qos.logback" % " logback-classic" % " 1.2.13 " ,
22
+ " ch.qos.logback" % " logback-classic" % " 1.3.14 " ,
23
23
24
24
" org.apache.pekko" %% " pekko-http-testkit" % pekkoHttpVersion % Test ,
25
25
" org.apache.pekko" %% " pekko-actor-testkit-typed" % pekkoVersion % Test ,
Original file line number Diff line number Diff line change 1
1
name =My Pekko HTTP Project
2
2
description =This is a seed project which creates a basic build for a Pekko HTTP application using Scala.
3
- scala_version =2.13.14
4
- pekko_http_version =1.0.1
5
- pekko_version =1.0.3
3
+ scala_version =2.13.15
4
+ pekko_http_version =1.1.0
5
+ pekko_version =1.1.2
6
6
sbt_version =maven(org.scala-sbt, sbt, stable)
7
7
organization =com.example
8
8
package =$organization$
You can’t perform that action at this time.
0 commit comments