Skip to content

Commit

Permalink
Release 3.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Oct 16, 2022
1 parent 7762837 commit d02a9ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ val scalaAllExcept211Versions = List(scala213, scala212, scala3)

name := "scribe"
ThisBuild / organization := "com.outr"
ThisBuild / version := "3.10.4-SNAPSHOT"
ThisBuild / version := "3.10.4"
ThisBuild / scalaVersion := scala213
ThisBuild / scalacOptions ++= Seq("-unchecked", "-deprecation")
ThisBuild / javacOptions ++= Seq("-source", "1.8", "-target", "1.8")
Expand All @@ -27,7 +27,7 @@ ThisBuild / resolvers += Resolver.JCenterRepository

ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org"
ThisBuild / sonatypeRepository := "https://s01.oss.sonatype.org/service/local"
ThisBuild / publishTo := sonatypePublishTo.value
ThisBuild / publishTo := sonatypePublishToBundle.value
ThisBuild / sonatypeProfileName := "com.outr"
ThisBuild / licenses := Seq("MIT" -> url("https://github.com/outr/scribe/blob/master/LICENSE"))
ThisBuild / sonatypeProjectHosting := Some(xerial.sbt.Sonatype.GitHubHosting("outr", "scribe", "[email protected]"))
Expand Down
4 changes: 2 additions & 2 deletions publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ set -e
sbt +clean
sbt +compile
sbt +test
sbt +coreJS/publishSigned +coreJVM/publishSigned +coreNative/publishSigned +catsJS/publishSigned +catsJVM/publishSigned +fileModuleJVM/publishSigned +fileModuleNative/publishSigned +jsonJS/publishSigned +jsonJVM/publishSigned +slf4j/publishSigned +slf4j2/publishSigned +migration/publishSigned +config/publishSigned +slack/publishSigned +logstash/publishSigned
sbt sonatypeRelease
sbt +publishSigned
sbt sonatypeBundleRelease

0 comments on commit d02a9ce

Please sign in to comment.