Skip to content

Commit

Permalink
Prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor-podzigun committed Feb 23, 2021
1 parent 9a041c1 commit 7e06c7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ val ReactRouterReduxVersion = "next"
val ReduxVersion = "^3.6.0"
val ReduxDevToolsVersion = "^2.13.0"

val StaticTagsVersion = "2.6.0-SNAPSHOT"
val StaticTagsVersion = "2.6.1"

publishArtifact in ThisBuild := false

Expand All @@ -21,7 +21,7 @@ val commonSettings = Seq(
"-deprecation", "-unchecked", "-feature", "-Xcheckinit", "-target:jvm-1.8", "-Xfatal-warnings"
),

resolvers += "Sonatype Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots/",
//resolvers += "Sonatype Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots/",

sonatypeProfileName := "org.scommons",
publishMavenStyle := true,
Expand Down

0 comments on commit 7e06c7e

Please sign in to comment.