Skip to content

Commit 8b397d8

Browse files
committed
pekko http 1.0.0
1 parent 52aff99 commit 8b397d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ organization := "com.github.swagger-akka-http"
66
name := "swagger-pekko-http"
77

88
val swaggerVersion = "2.2.15"
9-
val pekkoVersion = "1.0.0"
10-
val pekkoHttpVersion = "0.0.0+4468-963bd592-SNAPSHOT"
9+
val pekkoVersion = "1.0.1"
10+
val pekkoHttpVersion = "1.0.0"
1111
val jacksonVersion = "2.15.2"
1212
val slf4jVersion = "2.0.7"
1313
val scala213 = "2.13.11"
@@ -18,7 +18,7 @@ ThisBuild / crossScalaVersions := Seq(scala213, "2.12.18", "3.3.0")
1818
update / checksums := Nil
1919

2020
//resolvers ++= Resolver.sonatypeOssRepos("snapshots")
21-
resolvers += "Apache Snapshot Repo" at "https://repository.apache.org/content/groups/snapshots/"
21+
//resolvers += "Apache Snapshot Repo" at "https://repository.apache.org/content/groups/snapshots/"
2222

2323
autoAPIMappings := true
2424

0 commit comments

Comments
 (0)