diff --git a/build.sbt b/build.sbt index f8468f1..f9a1e7d 100644 --- a/build.sbt +++ b/build.sbt @@ -1,10 +1,10 @@ inThisBuild( List( - organization := "io.github.kitlangton", - scalaVersion := "3.3.7", + organization := "io.github.kitlangton", + scalaVersion := "3.3.7", versionScheme := Some("early-semver"), - homepage := Some(url("https://github.com/kitlangton/neotype")), - licenses := List("Apache-2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0")), + homepage := Some(url("https://github.com/kitlangton/neotype")), + licenses := List("Apache-2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0")), developers := List( Developer("kitlangton", "Kit Langton", "kit.langton@gmail.com", url("https://github.com/kitlangton")) ), @@ -273,7 +273,7 @@ lazy val zioQuill = (project in file("modules/neotype-zio-quill")) sharedSettings, libraryDependencies ++= Seq( "io.getquill" %% "quill-jdbc-zio" % "4.8.6", - "org.postgresql" % "postgresql" % "42.7.8" % Test, + "org.postgresql" % "postgresql" % "42.7.10" % Test, "com.h2database" % "h2" % "2.4.240" % Test ) )