Skip to content

Commit

Permalink
Adding starting version.
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasthomsen committed May 29, 2024
1 parent 81d6da9 commit 1e0be6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ inThisBuild(
List(
organization := "com.iterable",
homepage := Some(url("https://github.com/Iterable/sbt-codeartifact")),
licenses := Seq("MIT" -> url("https://choosealicense.com/licenses/mit/"))
licenses := Seq("MIT" -> url("https://choosealicense.com/licenses/mit/")),
version := "0.1.0"
)
)

Expand Down

0 comments on commit 1e0be6e

Please sign in to comment.