Skip to content

Commit

Permalink
Set up sbt-ci-release
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukagami committed May 13, 2024
1 parent 5583e06 commit 620faab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
9 changes: 6 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@ lazy val root =
.settings(
Seq(
name := "Gears",
organization := "ch.epfl.lamp",
version := "0.2.0-SNAPSHOT",
libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0-RC1" % Test,
testFrameworks += new TestFramework("munit.Framework")
testFrameworks += new TestFramework("munit.Framework"),

// publish settings
organization := "ch.epfl.lamp",
homepage := Some("https://lampepfl.github.io/gears"),
licenses := List(License.Apache2)
)
)
.jvmSettings(
Expand Down
1 change: 1 addition & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.2.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.1")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")

0 comments on commit 620faab

Please sign in to comment.