Skip to content

Commit 7e06c7e

Browse files
Prepare for next release
1 parent 9a041c1 commit 7e06c7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ val ReactRouterReduxVersion = "next"
77
val ReduxVersion = "^3.6.0"
88
val ReduxDevToolsVersion = "^2.13.0"
99

10-
val StaticTagsVersion = "2.6.0-SNAPSHOT"
10+
val StaticTagsVersion = "2.6.1"
1111

1212
publishArtifact in ThisBuild := false
1313

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

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

2626
sonatypeProfileName := "org.scommons",
2727
publishMavenStyle := true,

0 commit comments

Comments
 (0)