Skip to content

Commit

Permalink
Changed license in build.sbt, added rules and updated to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
t1b00 committed Nov 23, 2024
1 parent 3d43821 commit ef40eeb
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 76 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ inThisBuild(
organizationName := "dedis",
organizationHomepage := Some(url("https://dedis.epfl.ch")),
homepage := Some(url("https://github.com/dedis/scapegoat-scalafix")),
licenses := List("AGPL 3.0" -> url("https://www.gnu.org/licenses/agpl-3.0.en.html")),
licenses := List("GPL 3.0" -> url("https://www.gnu.org/licenses/gpl-3.0.en.html")),
developers := List(Developer("t1b00", "Thibault Czarniak", "[email protected]", url("https://www.linkedin.com/in/thcz/"))),
semanticdbEnabled := true,
semanticdbVersion := scalafixSemanticdb.revision,
scmInfo := Some(ScmInfo(url("https://github.com/dedis/scapegoat-scalafix"), "scm:[email protected]:dedis/scapegoat-scalafix.git")),
version := "1.1.3",
version := "1.1.4",
versionScheme := Some("pvp")
)
)
Expand Down
Loading

0 comments on commit ef40eeb

Please sign in to comment.