Skip to content

Commit 2733ff3

Browse files
committed
snapshot
1 parent fa5a9c2 commit 2733ff3

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

build.sbt

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

1616
ThisBuild / sonatypeCredentialHost := sonatypeCentralHost
1717

18-
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
19-
resolvers += "Sonatype Central Snapshots" at "https://central.sonatype.com/repository/maven-snapshots"
18+
resolvers += Resolver.sonatypeCentralSnapshots
2019

2120
ThisBuild / dynverSonatypeSnapshots := true
2221
ThisBuild / publishTo := {
@@ -27,8 +26,8 @@ ThisBuild / publishTo := {
2726

2827
bomFormat := "xml"
2928

30-
//version := "2.19.1"
31-
val jacksonCoreVersion = "2.19.1"
29+
version := "2.19.2-SNAPSHOT"
30+
val jacksonCoreVersion = "2.19.2-SNAPSHOT"
3231
val jacksonNonCoreVersion = jacksonCoreVersion
3332

3433
autoAPIMappings := true

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.11.1
1+
sbt.version=1.11.2

0 commit comments

Comments
 (0)