Skip to content

Commit

Permalink
update sbt to 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kalai authored Jul 29, 2024
1 parent bcf1627 commit eb4849d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,18 @@ Global / onChangedBuildSource := ReloadOnSourceChanges

inThisBuild(
List(
organization := "com.coralogix",
homepage := Some(url("https://github.com/coralogix/zio-k8s")),
licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
developers := List(
organization := "com.coralogix",
homepage := Some(url("https://github.com/coralogix/zio-k8s")),
licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
developers := List(
Developer(
"vigoo",
"Daniel Vigovszky",
"[email protected]",
url("https://www.coralogix.com")
)
)
),
versionScheme := Some("early-semver")
)
)

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.9.9
sbt.version = 1.10.1

0 comments on commit eb4849d

Please sign in to comment.