File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- sbt.version =1.10.0
1
+ sbt.version =1.10.4
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies {
19
19
implementation " org.apache.pekko:pekko-http-jackson_\$ {versions.ScalaBinary}"
20
20
implementation " org.apache.pekko:pekko-actor-typed_\$ {versions.ScalaBinary}:\$ {versions.PekkoVersion}"
21
21
implementation " org.apache.pekko:pekko-stream_\$ {versions.ScalaBinary}:\$ {versions.PekkoVersion}"
22
- implementation ' ch.qos.logback:logback-classic:1.2.13 '
22
+ implementation ' ch.qos.logback:logback-classic:1.3.14 '
23
23
testImplementation " org.apache.pekko:pekko-http-testkit_\$ {versions.ScalaBinary}"
24
24
testImplementation " org.apache.pekko:pekko-actor-testkit-typed_\$ {versions.ScalaBinary}:\$ {versions.PekkoVersion}"
25
25
testImplementation ' junit:junit:4.13.2'
Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ lazy val root = (project in file(".")).
14
14
" org.apache.pekko" %% " pekko-actor-typed" % pekkoVersion,
15
15
" org.apache.pekko" %% " pekko-stream" % pekkoVersion,
16
16
" org.apache.pekko" %% " pekko-http-jackson" % pekkoHttpVersion,
17
- " ch.qos.logback" % " logback-classic" % " 1.2.13 " ,
17
+ " ch.qos.logback" % " logback-classic" % " 1.3.14 " ,
18
18
19
19
" org.apache.pekko" %% " pekko-testkit" % pekkoVersion % Test ,
20
20
" org.apache.pekko" %% " pekko-http-testkit" % pekkoHttpVersion % Test ,
21
21
" org.apache.pekko" %% " pekko-actor-testkit-typed" % pekkoVersion % Test ,
22
- " junit" % " junit" % " 4.12 " % Test ,
23
- " com.novocode" % " junit-interface" % " 0.10 " % Test
22
+ " junit" % " junit" % " 4.13.2 " % Test ,
23
+ " com.novocode" % " junit-interface" % " 0.11 " % Test
24
24
),
25
25
26
26
testOptions += Tests .Argument (TestFrameworks .JUnit , " -v" )
Original file line number Diff line number Diff line change 1
1
name =My Pekko HTTP Project
2
- pekko_http_version =1.0.1
3
- pekko_version =1.0.3
2
+ pekko_http_version =1.1.0
3
+ pekko_version =1.1.2
4
4
organization =com.example
5
5
package =$organization$
6
6
verbatim =gradlew gradlew.bat gradle-wrapper.properties gradle-wrapper.jar
Original file line number Diff line number Diff line change 47
47
<dependency >
48
48
<groupId >ch.qos.logback</groupId >
49
49
<artifactId >logback-classic</artifactId >
50
- <version >1.2.13 </version >
50
+ <version >1.3.14 </version >
51
51
</dependency >
52
52
<dependency >
53
53
<groupId >org.apache.pekko</groupId >
You can’t perform that action at this time.
0 commit comments