File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : scala
2
2
scala :
3
3
- 2.11.11
4
- - 2.12.7
4
+ - 2.12.8
5
5
jdk :
6
6
- oraclejdk8
7
7
script :
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ lazy val json = project
49
49
defaultSettings ++ Seq (
50
50
name := " Graph JSON" ,
51
51
version := Version .json,
52
- libraryDependencies += " net.liftweb" %% " lift-json" % " 3.0 .1"
52
+ libraryDependencies += " net.liftweb" %% " lift-json" % " 3.1 .1"
53
53
)
54
54
)
55
55
@@ -95,7 +95,7 @@ lazy val defaultSettings = Defaults.coreDefaultSettings ++ Seq(
95
95
Test / testOptions := Seq (Tests .Filter (s => s.endsWith(" Test" ))),
96
96
libraryDependencies ++= Seq (
97
97
" junit" % " junit" % " 4.12" % " test" ,
98
- " org.scalatest" %% " scalatest" % " 3.0.1 " % " test" ,
98
+ " org.scalatest" %% " scalatest" % " 3.0.8 " % " test" ,
99
99
" org.scala-lang.modules" %% " scala-xml" % " 1.0.5" % " test"
100
100
)
101
101
) ++ GraphSonatype .settings
Original file line number Diff line number Diff line change 1
1
object Version {
2
2
val compiler_2_11 = " 2.11.12"
3
- val compiler_2_12 = " 2.12.7 "
3
+ val compiler_2_12 = " 2.12.8 "
4
4
5
5
private val isSnapshot = false
6
6
private def snapshot = if (isSnapshot) " -SNAPSHOT" else " "
Original file line number Diff line number Diff line change 1
- sbt.version =1.2.4
1
+ sbt.version =1.2.8
You can’t perform that action at this time.
0 commit comments