Skip to content

Commit c3faf61

Browse files
committed
upgrade deps
1 parent 49e6b8f commit c3faf61

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Test / unmanagedSourceDirectories ++= {
9898
}
9999

100100
val jacksonVersion = "2.15.0-SNAPSHOT"
101-
val jacksonJsonSchemaVersion = "2.14.0"
101+
val jacksonJsonSchemaVersion = "2.14.1"
102102

103103
libraryDependencies ++= Seq(
104104
"com.fasterxml.jackson.core" % "jackson-core" % jacksonVersion,
@@ -113,7 +113,7 @@ libraryDependencies ++= Seq(
113113
"com.fasterxml.jackson.module" % "jackson-module-jsonSchema" % jacksonJsonSchemaVersion % Test,
114114
"javax.ws.rs" % "javax.ws.rs-api" % "2.1.1" % Test,
115115
"io.swagger" % "swagger-core" % "1.6.8" % Test,
116-
"org.scalatest" %% "scalatest" % "3.2.14" % Test
116+
"org.scalatest" %% "scalatest" % "3.2.15" % Test
117117
)
118118

119119
// build.properties

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")
88

99
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.1")
1010

11-
addSbtPlugin("org.typelevel" % "sbt-typelevel-sonatype-ci-release" % "0.5.0-M8")
11+
addSbtPlugin("org.typelevel" % "sbt-typelevel-sonatype-ci-release" % "0.5.0-M9")
1212

1313
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
1414

0 commit comments

Comments
 (0)