Skip to content
This repository has been archived by the owner on Sep 25, 2020. It is now read-only.

Commit

Permalink
Update sqlite-jdbc to 3.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 25, 2019
1 parent c2ae5f2 commit c5fb17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -165,7 +165,7 @@ lazy val pideInterface = project.in(file("modules/pide-interface"))
"com.jcraft" % "jsch" % "0.1.55",
"com.jcraft" % "jzlib" % "1.1.3",
"org.scala-lang" % "scala-compiler" % scalaVersion.value,
"org.xerial" % "sqlite-jdbc" % "3.27.2.1"
"org.xerial" % "sqlite-jdbc" % "3.28.0"
)
)

Expand Down

0 comments on commit c5fb17d

Please sign in to comment.