Skip to content

Commit

Permalink
adapt to quill 4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ajozwik committed Oct 12, 2023
1 parent 27b6ea9 commit d6e7016
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ val `scalaVersion_2.12` = "2.12.17"

ThisBuild / scalaVersion := `scalaVersion_2.13`

val targetJdk = "8"
val targetJdk = "11"

ThisBuild / scalacOptions ++= Seq("-Dquill.macro.log=false", "-language:higherKinds")

Expand Down Expand Up @@ -49,7 +49,7 @@ ThisBuild / scalacOptions ++= Seq(

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

val quillVersion = scala.util.Properties.propOrElse("quill.version", "4.7.3")
val quillVersion = scala.util.Properties.propOrElse("quill.version", "4.8.0")
val quillCassandraVersion = quillVersion

val scalaTestVersion = "3.2.17"
Expand Down
2 changes: 1 addition & 1 deletion publish.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

PATH=$HOME/bin:$PATH sbt8 -Dquill.macro.log=false clean +publishLocalSigned +publishSigned +sonatypeRelease
PATH=$HOME/bin:$PATH sbt -Dquill.macro.log=false clean +publishLocalSigned +publishSigned +sonatypeRelease

0 comments on commit d6e7016

Please sign in to comment.