File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,17 @@ val allScalaVersions = scala2 ::: scala3
1212
1313ThisBuild / name := " reactify"
1414ThisBuild / organization := " com.outr"
15- ThisBuild / version := " 4.1.5 "
15+ ThisBuild / version := " 4.1.6-SNAPSHOT "
1616ThisBuild / scalaVersion := scala213
1717ThisBuild / crossScalaVersions := allScalaVersions
1818
19- ThisBuild / sonatypeCredentialHost := xerial.sbt. Sonatype .sonatypeCentralHost
19+ ThisBuild / sonatypeCredentialHost := Sonatype .sonatypeCentralHost
2020ThisBuild / publishMavenStyle := true
2121ThisBuild / publishTo := sonatypePublishToBundle.value
2222ThisBuild / sonatypeProfileName := " com.outr"
2323ThisBuild / publishMavenStyle := true
2424ThisBuild / licenses := Seq (" MIT" -> url(" https://github.com/outr/reactify/blob/master/LICENSE" ))
25- ThisBuild / sonatypeProjectHosting
:= Some (
xerial.sbt. Sonatype .
GitHubHosting (
" outr" ,
" reactify" ,
" [email protected] " ))
25+ ThisBuild / sonatypeProjectHosting
:= Some (
Sonatype .
GitHubHosting (
" outr" ,
" reactify" ,
" [email protected] " ))
2626ThisBuild / homepage := Some (url(" https://github.com/outr/reactify" ))
2727ThisBuild / scmInfo := Some (
2828 ScmInfo (
You can’t perform that action at this time.
0 commit comments