diff --git a/README.md b/README.md index 2547841..437f822 100644 --- a/README.md +++ b/README.md @@ -32,5 +32,5 @@ def someFunction(): Unit = Add the library as a dependency: ```scala -libraryDependencies += "io.github.matejcerny" %% "function-name" % "0.2.1" +libraryDependencies += "io.github.matejcerny" %% "function-name" % "0.2.2" ``` diff --git a/build.conf b/build.conf index e25c1a8..957fcb2 100644 --- a/build.conf +++ b/build.conf @@ -2,6 +2,18 @@ name = "function-name" organization = "io.github.matejcerny" scalaVersion = "3.3.7" +homepage = "https://github.com/matejcerny/function-name" +licenses = ["Apache2"] +versionScheme = "early-semver" +developers = [ + { + id = "matejcerny" + name = "Matej Cerny" + email = "cerny.matej@gmail.com" + url = "https://matejcerny.cz/en/" + } +] + scalacOptions = [ "-explain", "-language:existentials", diff --git a/build.sbt b/build.sbt index 0de504d..e69de29 100644 --- a/build.sbt +++ b/build.sbt @@ -1,12 +0,0 @@ -// Publishing settings for sbt-ci-release -ThisBuild / homepage := Some(url("https://github.com/matejcerny/sbt-config")) -ThisBuild / licenses := Seq(License.Apache2) -ThisBuild / versionScheme := Some("early-semver") -ThisBuild / developers := List( - Developer( - id = "matejcerny", - name = "Matej Cerny", - email = "cerny.matej@gmail.com", - url = url("https://matejcerny.cz/en/") - ) -) diff --git a/project/plugins.sbt b/project/plugins.sbt index c623372..93e5dd0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("io.github.matejcerny" % "sbt-config" % "0.1.0") +addSbtPlugin("io.github.matejcerny" % "sbt-config" % "0.2.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.12")