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 76a872e commit d0d0c8cCopy full SHA for d0d0c8c
build.sbt
@@ -46,7 +46,7 @@ lazy val core = (project in file("core")).settings(
46
},
47
libraryDependencies ++= {
48
Seq(
49
- "org.scala-lang.modules" %% "scala-java8-compat" % "1.0.1",
+ "org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2",
50
"org.scalikejdbc" %% "scalikejdbc" % scalikejdbcVersion % "compile",
51
"org.scalikejdbc" %% "scalikejdbc-interpolation" % scalikejdbcVersion % "compile",
52
"org.scalikejdbc" %% "scalikejdbc-syntax-support-macro" % scalikejdbcVersion % "test",
0 commit comments