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(".")).
1919 " org.apache.pekko" %% " pekko-http-spray-json" % pekkoHttpVersion,
2020 " org.apache.pekko" %% " pekko-actor-typed" % pekkoVersion,
2121 " org.apache.pekko" %% " pekko-stream" % pekkoVersion,
22- " ch.qos.logback" % " logback-classic" % " 1.2.13 " ,
22+ " ch.qos.logback" % " logback-classic" % " 1.3.14 " ,
2323
2424 " org.apache.pekko" %% " pekko-http-testkit" % pekkoHttpVersion % Test ,
2525 " org.apache.pekko" %% " pekko-actor-testkit-typed" % pekkoVersion % Test ,
Original file line number Diff line number Diff line change 11name =My Pekko HTTP Project
22description =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
66sbt_version =maven(org.scala-sbt, sbt, stable)
77organization =com.example
88package =$organization$
You can’t perform that action at this time.
0 commit comments