Skip to content

Commit

Permalink
more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienSt committed Jun 18, 2020
1 parent c589284 commit 281cf1a
Show file tree
Hide file tree
Showing 24 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name := "ezXML"

ThisBuild / organization := "com.github.julienst"
ThisBuild / version := "0.2"
ThisBuild / version := "0.3"
ThisBuild / scalaVersion := "2.13.2"

lazy val core = crossProject(JSPlatform, JVMPlatform)
Expand Down Expand Up @@ -35,7 +35,7 @@ lazy val extension = crossProject(JSPlatform, JVMPlatform)
lazy val extensionJVM = extension.jvm
lazy val extensionJS = extension.js

lazy val ezxml = project.in(file(".")).aggregate(coreJVM, coreJS, extensionJVM, extensionJS)
lazy val root = project.in(file(".")).aggregate(coreJVM, coreJS, extensionJVM, extensionJS)

ThisBuild / publishTo := sonatypePublishToBundle.value
ThisBuild / licenses := Seq("MIT" -> url("https://raw.githubusercontent.com/JulienSt/ezXML/master/LICENSE"))
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.1.0"
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.0.0")

// For publishing
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.8.1")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.2")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")

0 comments on commit 281cf1a

Please sign in to comment.