@@ -8,7 +8,9 @@ javaOptions in IntegrationTest ++= Seq("-Xss128M")
8
8
9
9
fork in IntegrationTest := true
10
10
11
- libraryDependencies += " org.scalatest" %% " scalatest" % " 3.0.8" % " test,it"
11
+ libraryDependencies += " org.scalatest" %% " scalatest" % " 3.2.7"
12
+ libraryDependencies += " org.scalatest" %% " scalatest" % " 3.2.7" % " test"
13
+
12
14
13
15
logBuffered in IntegrationTest := false
14
16
@@ -17,19 +19,13 @@ parallelExecution in Test := true
17
19
lazy val commonSettings = Seq (
18
20
organization := " com.regblanc" ,
19
21
name := " scala-smtlib" ,
20
- scalaVersion := " 2.12.8" ,
21
- crossScalaVersions := Seq (" 2.10.7" , " 2.11.12" , " 2.12.8" , " 2.13.0" )
22
- )
23
-
24
- lazy val publishSettings = Seq (
25
- bintrayOrganization := Some (" epfl-lara" ),
26
- bintrayRepository := " maven" ,
22
+ scalaVersion := " 2.12.13" ,
23
+ crossScalaVersions := Seq (" 2.10.7" , " 2.11.12" , " 2.12.8" , " 2.12.13" , " 2.13.0" , " 2.13.5" )
27
24
)
28
25
29
26
lazy val root = (project in file(" ." )).
30
27
configs(IntegrationTest ).
31
28
settings(commonSettings : _* ).
32
- settings(publishSettings : _* ).
33
29
settings(Defaults .itSettings: _* )
34
30
35
31
publishMavenStyle := true
0 commit comments