File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
- 2.12.6
11
11
- 2.12.7
12
12
- 2.12.8
13
- - 2.13.0-RC2
13
+ - 2.13.0
14
14
jdk :
15
15
- oraclejdk8
16
16
cache :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import xerial.sbt.Sonatype._
4
4
scalacOptions ++= Seq (" -deprecation" )
5
5
libraryDependencies ++= Seq (
6
6
scalaOrganization.value % " scala-compiler" % scalaVersion.value,
7
- " org.scalatest" %% " scalatest" % " 3.1.0-SNAP11 " % Test ,
7
+ " org.scalatest" %% " scalatest" % " 3.0.8 " % Test ,
8
8
" commons-io" % " commons-io" % " 2.6" % Test
9
9
)
10
10
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 2.3" )
2
- addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 1.1.0 " )
3
- addSbtPlugin(" com.github.gseitz" % " sbt-release" % " 1.0.8 " )
4
- addSbtPlugin(" com.dwijnand" % " sbt-travisci" % " 1.1.3 " )
2
+ addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 1.1.2 " )
3
+ addSbtPlugin(" com.github.gseitz" % " sbt-release" % " 1.0.11 " )
4
+ addSbtPlugin(" com.dwijnand" % " sbt-travisci" % " 1.2.0 " )
You can’t perform that action at this time.
0 commit comments