Skip to content

Commit

Permalink
Merge pull request #489 from typelevel/update/sbt-typelevel-0.7.0
Browse files Browse the repository at this point in the history
Update sbt-typelevel, sbt-typelevel-site to 0.7.0
  • Loading branch information
danicheg authored Apr 22, 2024
2 parents dfb9557 + 276fa8e commit f8e6cc9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ ThisBuild / githubWorkflowOSes := Seq("ubuntu-22.04")
lazy val root = tlCrossRootProject
.settings(
name := "mouse",
licenses := List(License.MIT)
licenses := List(License.MIT),
startYear := Some(2016)
)
.aggregate(cross)

Expand All @@ -28,7 +29,7 @@ lazy val cross = crossProject(JSPlatform, JVMPlatform, NativePlatform)
"org.scalameta" %%% "munit" % "1.0.0-M11" % Test,
"org.scalameta" %%% "munit-scalacheck" % "1.0.0-M11" % Test
),
ThisBuild / licenses := List("MIT license" -> url("http://opensource.org/licenses/MIT")),
licenses := List(License.MIT),
developers := List(
Developer("benhutchison", "Ben Hutchison", "brhutchison@gmail.com", url = url("https://github.com/benhutchison"))
),
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.7")
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.7")
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.0")
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.0")

0 comments on commit f8e6cc9

Please sign in to comment.