File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ lazy val commonSettings = inConfig(Test)(Defaults.testSettings) ++
10
10
sonatypeProfileName := organization.value,
11
11
scalaVersion := crossScalaVersions.value.head,
12
12
crossScalaVersions := Seq (
13
- " 2.13.0-RC3 " ,
13
+ " 2.13.0" ,
14
14
" 2.12.8" ,
15
15
" 2.11.12" ,
16
16
" 2.10.7"
@@ -92,7 +92,7 @@ lazy val scalariform = (project
92
92
settings(publishSettings(" scalariform" ))
93
93
settings(
94
94
libraryDependencies ++= scala2_11Dependencies.value,
95
- libraryDependencies += " org.scalatest" %% " scalatest" % " 3.1.0-SNAP12 " % Test ,
95
+ libraryDependencies += " org.scalatest" %% " scalatest" % " 3.1.0-SNAP13 " % Test ,
96
96
// sbt doesn't automatically load the content of the MANIFST.MF file, therefore
97
97
// we have to do it here by ourselves. Furthermore, the version format in the
98
98
// MANIFEST.MF is `version.qualifier`, which means that we have to replace
@@ -122,7 +122,7 @@ lazy val scalariform = (project
122
122
Package .JarManifest (m)
123
123
},
124
124
testOptions in Test += Tests .Argument (" -oI" ),
125
- mimaPreviousArtifacts := Set (organization.value %% " scalariform" % " 0.2.8 " )
125
+ mimaPreviousArtifacts := Set (organization.value %% " scalariform" % " 0.2.9 " )
126
126
)
127
127
)
128
128
You can’t perform that action at this time.
0 commit comments