Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
ajozwik authored Jul 6, 2020
1 parent e0df8e3 commit 1d65d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ThisBuild / scalacOptions ++= Seq(

ThisBuild / javacOptions ++= Seq("-Xlint:deprecation", "-Xdiags:verbose", "-source", targetJdk, "-target", targetJdk)

val quillVersion = "3.5.1"
val quillVersion = "3.5.2"

val `com.h2database_h2` = "com.h2database" % "h2" % "1.4.200"

Expand Down

0 comments on commit 1d65d7b

Please sign in to comment.