Skip to content

Commit

Permalink
Merge pull request #28 from scoquelin/prepare-1st-release
Browse files Browse the repository at this point in the history
Prepare 1st release
  • Loading branch information
scoquelin authored Aug 8, 2024
2 parents f4cb01d + 6d9c199 commit b8b9ed1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,18 @@ inThisBuild(List(
Developer(
"scoquelin",
"Sébastien Coquelin",
"seb.coquelin at gmail.com",
"seb.coquelin@gmail.com",
url("https://www.github.com/scoquelin")
),
Developer(
"72squared",
"John Loehrer",
"72squared at gmail.com",
"72squared@gmail.com",
url("https://www.github.com/72squared")
)
)
))

ThisBuild / version := "0.1.0-SNAPSHOT"

ThisBuild / scalaVersion := "2.13.14"
ThisBuild / crossScalaVersions := Seq("2.13.14", "3.3.3")

Expand Down

0 comments on commit b8b9ed1

Please sign in to comment.