Skip to content

Commit

Permalink
Build: Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
KiyonoKara committed Jan 13, 2024
1 parent 1d3893b commit b88dc53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ val maintainer: String = "KiyonoKara"
val packageName: String = "Kukoshi"

ThisBuild / name := packageName
ThisBuild / description := "A library for making HTTP requests."
ThisBuild / description := "A Scala HTTP client to make HTTP requests and return responses"
ThisBuild / organization := "org.kiyo"
ThisBuild / startYear := Some(2021)

ThisBuild / version := "2.0.0"
ThisBuild / version := "1.0.0"
ThisBuild / scalaVersion := "3.2.2"
ThisBuild / crossScalaVersions := Seq("2.13.10", scalaVersion.value)
ThisBuild / versionScheme := Some("semver-spec")
Expand Down

0 comments on commit b88dc53

Please sign in to comment.