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 @@ -74,7 +74,7 @@ lazy val circeVersion = "0.14.15"
lazy val tapirVersion = "1.13.4"
lazy val zioVersion = "2.1.24"
lazy val zioConfigVersion = "4.0.6"
lazy val zioSchemaVersion = "1.7.6"
lazy val zioSchemaVersion = "1.8.0"
lazy val zioJsonVersion = "0.8.0"
lazy val chimneyVersion = "1.8.2"
lazy val calibanVersion = "2.11.2"
Expand Down