Skip to content

Commit 76891c2

Browse files
committed
Merge branch 'main' of https://github.com/scodec/scodec-bits into main
2 parents 8b54923 + c5a088f commit 76891c2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ lazy val coreJVM = core.jvm
116116
.settings(osgiSettings)
117117
.settings(
118118
libraryDependencies ++= Seq(
119-
"com.google.guava" % "guava" % "30.1-jre" % "test"
119+
"com.google.guava" % "guava" % "30.1.1-jre" % "test"
120120
),
121121
OsgiKeys.privatePackage := Nil,
122122
OsgiKeys.exportPackage := Seq("scodec.bits.*;version=${Bundle-Version}"),

project/build.properties

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

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.0")
55
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
66
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
77
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.10.1")
8-
addSbtPlugin("com.codecommit" % "sbt-spiewak-sonatype" % "0.20.3")
8+
addSbtPlugin("com.codecommit" % "sbt-spiewak-sonatype" % "0.20.4")

0 commit comments

Comments
 (0)