Skip to content

Commit 0792e7a

Browse files
committed
snapshot
1 parent 78b1f68 commit 0792e7a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.20", scala213Version, "3.
1414

1515
ThisBuild / sonatypeCredentialHost := sonatypeCentralHost
1616

17-
// resolvers ++= Resolver.sonatypeOssRepos("snapshots")
18-
// resolvers += "Sonatype Central Snapshots" at "https://central.sonatype.com/repository/maven-snapshots"
19-
2017
ThisBuild / dynverSonatypeSnapshots := true
2118
ThisBuild / publishTo := {
2219
val centralSnapshots = "https://central.sonatype.com/repository/maven-snapshots/"
2320
if (isSnapshot.value) Some("central-snapshots" at centralSnapshots)
2421
else localStaging.value
2522
}
2623

27-
val jacksonCoreVersion = "2.18.5"
24+
resolvers += Resolver.sonatypeCentralSnapshots
25+
26+
version := "2.18.6-SNAPSHOT"
27+
val jacksonCoreVersion = "2.18.6-SNAPSHOT"
2828
val jacksonNonCoreVersion = jacksonCoreVersion
2929

3030
autoAPIMappings := true

0 commit comments

Comments
 (0)