File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
import org .typelevel .sbt .tpolecat .DevMode
2
2
import org .typelevel .sbt .tpolecat .OptionsMode
3
+
3
4
import java .net .URI
4
5
5
6
inThisBuild(
@@ -9,9 +10,7 @@ inThisBuild(
9
10
licenses := List (License .Apache2 ),
10
11
developers := List (
11
12
Developer (
" Baccata" ,
" Olivier Mélois" ,
" [email protected] " ,
URI .create(
" https://github.com/baccata" ).toURL)
12
- ),
13
- sonatypeCredentialHost := " s01.oss.sonatype.org" ,
14
- sonatypeRepository := " https://s01.oss.sonatype.org/service/local"
13
+ )
15
14
)
16
15
)
17
16
@@ -40,7 +39,7 @@ val commonSettings = Seq(
40
39
case Some ((2 , _)) => Seq (s " -release: $jdkVersion" )
41
40
case _ => Seq (s " -java-output-version: $jdkVersion" )
42
41
}
43
- },
42
+ }
44
43
)
45
44
46
45
val commonJvmSettings = Seq (
Original file line number Diff line number Diff line change 1
- sbt.version =1.10.11
1
+ sbt.version =1.11.3
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.5.11 " )
1
+ addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.11.1 " )
2
2
3
3
addSbtPlugin(" org.typelevel" % " sbt-tpolecat" % " 0.5.2" )
4
4
You can’t perform that action at this time.
0 commit comments