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 380f7aa commit 677aca5Copy full SHA for 677aca5
build.sbt
@@ -17,7 +17,7 @@ moduleName := name.value + "_" + liftEdition.value
17
18
libraryDependencies := Seq(
19
"net.liftweb" %% "lift-json" % liftVersion.value,
20
- "org.scala-lang" % "scala-reflect" % "2.12.2",
+ "org.scala-lang" % "scala-reflect" % "2.12.4",
21
"org.scalatest" %% "scalatest" % "3.0.1" % "test"
22
)
23
0 commit comments