File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ lazy val coreJVM = core.jvm
116
116
.settings(osgiSettings)
117
117
.settings(
118
118
libraryDependencies ++= Seq (
119
- " com.google.guava" % " guava" % " 30.1-jre" % " test"
119
+ " com.google.guava" % " guava" % " 30.1.1 -jre" % " test"
120
120
),
121
121
OsgiKeys .privatePackage := Nil ,
122
122
OsgiKeys .exportPackage := Seq (" scodec.bits.*;version=${Bundle-Version}" ),
Original file line number Diff line number Diff line change 1
- sbt.version =1.4.7
1
+ sbt.version =1.4.9
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.0")
5
5
addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.10.0" )
6
6
addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.4.2" )
7
7
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 " )
You can’t perform that action at this time.
0 commit comments