File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ inThisBuild(
18
18
" " ,
19
19
url(" https://twitter.com/soronpo" )
20
20
)
21
- )
21
+ ),
22
+ sonatypeCredentialHost := " central.sonatype.com"
22
23
)
23
24
)
24
25
@@ -28,7 +29,6 @@ ThisBuild / scalaVersion := compilerVersion
28
29
ThisBuild / versionScheme := Some (" semver-spec" )
29
30
// ThisBuild / version := "0.3.0-SNAPSHOT"
30
31
31
-
32
32
// PROJECTS
33
33
lazy val root = (project in file(" ." ))
34
34
.settings(
@@ -152,7 +152,7 @@ lazy val dependencies =
152
152
private val airframelogV = " 2025.1.12"
153
153
private val oslibV = " 0.9.2"
154
154
private val scallopV = " 5.2.0"
155
- private val upickleV = " 4.1.0 "
155
+ private val upickleV = " 4.2.1 "
156
156
157
157
val scodec = " org.scodec" %% " scodec-bits" % scodecV
158
158
val munit = " org.scalameta" %% " munit" % munitV % Test
Original file line number Diff line number Diff line change @@ -5,3 +5,5 @@ addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
5
5
addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.11.1" )
6
6
7
7
addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.4" )
8
+
9
+ addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.9.21" )
You can’t perform that action at this time.
0 commit comments