Skip to content
Open
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 @@ -69,7 +69,7 @@ ThisBuild / githubWorkflowPublish := Seq(
// Project Definitions //
/////////////////////////

lazy val jsoniterVersion = "2.38.8"
lazy val jsoniterVersion = "2.38.9"
lazy val circeVersion = "0.14.15"
lazy val tapirVersion = "1.13.4"
lazy val zioVersion = "2.1.24"
Expand Down