Skip to content

Commit

Permalink
4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ajozwik authored Sep 28, 2023
1 parent 39ae167 commit c2f711c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ ThisBuild / scalacOptions ++= Seq(

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

val quillVersion = scala.util.Properties.propOrElse("quill.version", "4.7.0")
val quillCassandraVersion = "4.6.1"
val quillVersion = scala.util.Properties.propOrElse("quill.version", "4.7.1")
val quillCassandraVersion = quillVersion

val scalaTestVersion = "3.2.16"

Expand Down

0 comments on commit c2f711c

Please sign in to comment.