File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,8 @@ val defaultVersions = Map(
12
12
)
13
13
14
14
lazy val commonSettings = Seq (
15
- resolvers ++= Seq (
16
- Resolver .sonatypeRepo(" snapshots" ),
17
- Resolver .sonatypeRepo(" releases" )
18
- ),
15
+ resolvers ++= Resolver .sonatypeOssRepos(" snapshots" ),
16
+ resolvers ++= Resolver .sonatypeOssRepos(" releases" ),
19
17
organization := " edu.berkeley.cs" ,
20
18
version := " 3.6-SNAPSHOT" ,
21
19
autoAPIMappings := true ,
@@ -94,7 +92,7 @@ lazy val pluginScalaVersions = Seq(
94
92
// scalamacros paradise version used is not published for 2.12.0 and 2.12.1
95
93
" 2.12.2" ,
96
94
" 2.12.3" ,
97
- " 2.12.4" ,
95
+ // 2.12.4 is broken in newer versions of Zinc: https://github.com/sbt/sbt/issues/6838
98
96
" 2.12.5" ,
99
97
" 2.12.6" ,
100
98
" 2.12.7" ,
Original file line number Diff line number Diff line change 1
- sbt.version =1.5.8
1
+ sbt.version =1.8.0
You can’t perform that action at this time.
0 commit comments