Skip to content

Commit

Permalink
scalaxb 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Sep 4, 2020
1 parent 9afac33 commit b66e371
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Dependencies._
import Common._

ThisBuild / version := "1.7.6-SNAPSHOT"
ThisBuild / version := "1.8.0"
ThisBuild / organization := "org.scalaxb"
ThisBuild / homepage := Option(url("http://scalaxb.org"))
ThisBuild / licenses := List("MIT License" -> url("https://github.com/eed3si9n/scalaxb/blob/master/LICENSE"))
Expand Down Expand Up @@ -43,7 +43,7 @@ lazy val root = (project in file(".")).
"clean" ::
"+app/publishSigned" ::
";++2.10.7!;^^0.13.18;scalaxbPlugin/publishSigned" ::
";++2.12.11!;^^1.2.8;scalaxbPlugin/publishSigned" ::
";++2.12.12!;^^1.2.8;scalaxbPlugin/publishSigned" ::
state
},
)
Expand Down Expand Up @@ -74,8 +74,8 @@ lazy val app = (project in file("cli")).
lazy val integration = (project in file("integration")).
settings(commonSettings: _*).
settings(
crossScalaVersions := Seq(scala211),
scalaVersion := scala211,
crossScalaVersions := Seq(scala212),
scalaVersion := scala212,
publishArtifact := false,
libraryDependencies ++= integrationDependencies(scalaVersion.value),
// fork in test := true,
Expand Down

0 comments on commit b66e371

Please sign in to comment.