Skip to content

Commit

Permalink
Migrate to openmole organization
Browse files Browse the repository at this point in the history
  • Loading branch information
romainreuillon committed Jan 17, 2020
1 parent adce36f commit cbf8bf9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ releasePublishArtifactsAction := PgpKeys.publishSigned.value
releaseVersionBump := sbtrelease.Version.Bump.Minor
releaseTagComment := s"Releasing ${(version in ThisBuild).value}"
releaseCommitMessage := s"Bump version to ${(version in ThisBuild).value}"
sonatypeProfileName := "lihaoyi"
sonatypeProfileName := "org.openmole"
releaseCrossBuild := true
publishMavenStyle := true
//publishTo in ThisBuild := sonatypePublishToBundle.value
Expand Down Expand Up @@ -37,7 +37,7 @@ def supportedScalaVersion = Seq(Constants.scala212, Constants.scala213)

lazy val sharedSettings = Seq(
version := Constants.version,
organization := "com.lihaoyi",
organization := "org.openmole",
scalaVersion := Constants.scala213,
crossScalaVersions := supportedScalaVersion,
libraryDependencies += "com.lihaoyi" %% "acyclic" % "0.2.0" % "provided",
Expand All @@ -58,6 +58,11 @@ lazy val sharedSettings = Seq(
<name>Li Haoyi</name>
<url>https://github.com/lihaoyi</url>
</developer>
<developer>
<id>reuillon</id>
<name>Romain Reuillon</name>
<url>https://github.com/reuillon</url>
</developer>
</developers>
)

Expand Down

0 comments on commit cbf8bf9

Please sign in to comment.