Skip to content

Commit

Permalink
add publish plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
halotukozak committed Jun 12, 2024
1 parent e4e5714 commit 6212d35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
ThisBuild / version := "0.1.0-SNAPSHOT"

ThisBuild / version := "0.2.0"
ThisBuild / scalaVersion := "3.4.1"

lazy val root = (project in file("."))
.settings(
name := "Smark",
idePackagePrefix := Some("halotukozak.smark"),
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.18" % Test,

githubOwner := "halotukozak",
githubRepository := "Smark",
)
1 change: 1 addition & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
addSbtPlugin("org.jetbrains.scala" % "sbt-ide-settings" % "1.1.2")
addSbtPlugin("com.codecommit" % "sbt-github-packages" % "0.5.3")

0 comments on commit 6212d35

Please sign in to comment.