Skip to content

Commit

Permalink
Merge pull request #519 from typelevel/topic/empty-subobjects
Browse files Browse the repository at this point in the history
Fixes for empty SQL sub-objects
  • Loading branch information
milessabin authored Nov 24, 2023
2 parents abb75dc + 63f8368 commit a085aca
Show file tree
Hide file tree
Showing 4 changed files with 400 additions and 169 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ThisBuild / scalaVersion := Scala2
ThisBuild / crossScalaVersions := Seq(Scala2, Scala3)
ThisBuild / tlJdkRelease := Some(11)

ThisBuild / tlBaseVersion := "0.16"
ThisBuild / tlBaseVersion := "0.17"
ThisBuild / startYear := Some(2019)
ThisBuild / licenses := Seq(License.Apache2)
ThisBuild / developers := List(
Expand Down
Loading

0 comments on commit a085aca

Please sign in to comment.