Skip to content

Commit 46bef3b

Browse files
authored
Merge pull request #283 from godenji/0.2.10
0.2.10
2 parents 7674ce1 + f819898 commit 46bef3b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ lazy val commonSettings = inConfig(Test)(Defaults.testSettings) ++
1010
sonatypeProfileName := organization.value,
1111
scalaVersion := crossScalaVersions.value.head,
1212
crossScalaVersions := Seq(
13-
"2.13.0-RC3",
13+
"2.13.0",
1414
"2.12.8",
1515
"2.11.12",
1616
"2.10.7"
@@ -92,7 +92,7 @@ lazy val scalariform = (project
9292
settings(publishSettings("scalariform"))
9393
settings(
9494
libraryDependencies ++= scala2_11Dependencies.value,
95-
libraryDependencies += "org.scalatest" %% "scalatest" % "3.1.0-SNAP12" % Test,
95+
libraryDependencies += "org.scalatest" %% "scalatest" % "3.1.0-SNAP13" % Test,
9696
// sbt doesn't automatically load the content of the MANIFST.MF file, therefore
9797
// we have to do it here by ourselves. Furthermore, the version format in the
9898
// MANIFEST.MF is `version.qualifier`, which means that we have to replace
@@ -122,7 +122,7 @@ lazy val scalariform = (project
122122
Package.JarManifest(m)
123123
},
124124
testOptions in Test += Tests.Argument("-oI"),
125-
mimaPreviousArtifacts := Set(organization.value %% "scalariform" % "0.2.8")
125+
mimaPreviousArtifacts := Set(organization.value %% "scalariform" % "0.2.9")
126126
)
127127
)
128128

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "0.2.9"
1+
version in ThisBuild := "0.2.10"

0 commit comments

Comments
 (0)