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(
1818 " " ,
1919 url(" https://twitter.com/soronpo" )
2020 )
21- )
21+ ),
22+ sonatypeCredentialHost := " central.sonatype.com"
2223 )
2324)
2425
@@ -28,7 +29,6 @@ ThisBuild / scalaVersion := compilerVersion
2829ThisBuild / versionScheme := Some (" semver-spec" )
2930// ThisBuild / version := "0.3.0-SNAPSHOT"
3031
31-
3232// PROJECTS
3333lazy val root = (project in file(" ." ))
3434 .settings(
@@ -152,7 +152,7 @@ lazy val dependencies =
152152 private val airframelogV = " 2025.1.12"
153153 private val oslibV = " 0.9.2"
154154 private val scallopV = " 5.2.0"
155- private val upickleV = " 4.1.0 "
155+ private val upickleV = " 4.2.1 "
156156
157157 val scodec = " org.scodec" %% " scodec-bits" % scodecV
158158 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")
55addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.11.1" )
66
77addSbtPlugin(" 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