Skip to content

Commit

Permalink
Merge pull request #186 from eed3si9n/wip/build
Browse files Browse the repository at this point in the history
ci: sbt 1.10.3
  • Loading branch information
eed3si9n authored Oct 27, 2024
2 parents afc4a04 + b3eecf7 commit fd8671d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Dependencies._

ThisBuild / version := "0.5.3-SNAPSHOT"
ThisBuild / version := "0.7.0-SNAPSHOT"
ThisBuild / organization := "org.scala-sbt"
ThisBuild / crossScalaVersions := Seq(scala213, scala212, scala3)
ThisBuild / scalaVersion := scala212
Expand All @@ -27,6 +27,7 @@ ThisBuild / scalacOptions ++= {
Nil
}
}
ThisBuild / publishMavenStyle := true

lazy val root = (project in file("."))
.enablePlugins(TravisSitePlugin)
Expand All @@ -36,6 +37,7 @@ lazy val root = (project in file("."))
siteGithubRepo := "sbt/contraband",
siteEmail := { "eed3si9n" + "@" + "gmail.com" },
publish / skip := true,
crossScalaVersions := Nil,
)

lazy val library = (project in file("library"))
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.2
sbt.version=1.10.3

0 comments on commit fd8671d

Please sign in to comment.