Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -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"))
),
Expand Down Expand Up @@ -71,7 +71,7 @@ ThisBuild / githubWorkflowPublish := Seq(

lazy val jsoniterVersion = "2.38.8"
lazy val circeVersion = "0.14.15"
lazy val tapirVersion = "1.13.4"
lazy val tapirVersion = "1.13.6"
lazy val zioVersion = "2.1.24"
lazy val zioConfigVersion = "4.0.6"
lazy val zioSchemaVersion = "1.7.6"
Expand Down