Skip to content

Commit c9df49b

Browse files
committed
sbt 1.11.2
1 parent 0dfab83 commit c9df49b

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
@@ -16,7 +16,7 @@ ThisBuild / crossScalaVersions := Seq("2.12.20", scala213Version, "3.3.6")
1616

1717
ThisBuild / sonatypeCredentialHost := sonatypeCentralHost
1818

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

2121
ThisBuild / dynverSonatypeSnapshots := true
2222
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)