Skip to content

Commit 8922930

Browse files
committed
sbt 1.11.2
1 parent 5eceee0 commit 8922930

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

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

1616
ThisBuild / sonatypeCredentialHost := sonatypeCentralHost
1717

18-
resolvers += "Sonatype Central Snapshots" at "https://central.sonatype.com/repository/maven-snapshots"
18+
resolvers += Resolver.sonatypeCentralSnapshots
1919

2020
ThisBuild / dynverSonatypeSnapshots := true
2121
ThisBuild / publishTo := {

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)