Skip to content

Commit e73d73b

Browse files
authored
Move to sonatype central (#94)
* Move to sonatype central * try my luck * Revert "try my luck" This reverts commit ad684ef. * one more sbt bump
1 parent 078fef7 commit e73d73b

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

build.sbt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import org.typelevel.sbt.tpolecat.DevMode
22
import org.typelevel.sbt.tpolecat.OptionsMode
3+
34
import java.net.URI
45

56
inThisBuild(
@@ -9,9 +10,7 @@ inThisBuild(
910
licenses := List(License.Apache2),
1011
developers := List(
1112
Developer("Baccata", "Olivier Mélois", "baccata64@gmail.com", URI.create("https://github.com/baccata").toURL)
12-
),
13-
sonatypeCredentialHost := "s01.oss.sonatype.org",
14-
sonatypeRepository := "https://s01.oss.sonatype.org/service/local"
13+
)
1514
)
1615
)
1716

@@ -40,7 +39,7 @@ val commonSettings = Seq(
4039
case Some((2, _)) => Seq(s"-release:$jdkVersion")
4140
case _ => Seq(s"-java-output-version:$jdkVersion")
4241
}
43-
},
42+
}
4443
)
4544

4645
val commonJvmSettings = Seq(

project/build.properties

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

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")
1+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1")
22

33
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")
44

0 commit comments

Comments
 (0)