Skip to content

Commit ce9b400

Browse files
authored
Merge pull request #261 from DFiantHDL/vivado_build
v0.11.1
2 parents 4961295 + 9ce581c commit ce9b400

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
2829
ThisBuild / versionScheme := Some("semver-spec")
2930
//ThisBuild / version := "0.3.0-SNAPSHOT"
3031

31-
3232
// PROJECTS
3333
lazy 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

project/plugins.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
55
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1")
66

77
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
8+
9+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21")

0 commit comments

Comments
 (0)