We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cfe1ef commit 2d0c791Copy full SHA for 2d0c791
.gitignore
@@ -19,3 +19,4 @@ project/plugins/project/
19
# IDEA specific
20
*.iml
21
.idea/
22
+.bsp/sbt.json
build.sbt
@@ -25,7 +25,7 @@ Global / useGpg := false
25
libraryDependencies ++= Seq(
26
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
27
"io.swagger.core.v3" % "swagger-core" % "2.1.5",
28
- "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.12.0-rc2",
+ "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.12.0",
29
"org.scalatest" %% "scalatest" % "3.2.3" % Test,
30
"org.slf4j" % "slf4j-simple" % "1.7.30" % Test
31
)
project/build.properties
@@ -1 +1 @@
1
-sbt.version=1.4.3
+sbt.version=1.4.4
0 commit comments