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 11import org .typelevel .sbt .tpolecat .DevMode
22import org .typelevel .sbt .tpolecat .OptionsMode
3+
34import java .net .URI
45
56inThisBuild(
@@ -9,9 +10,7 @@ inThisBuild(
910 licenses := List (License .Apache2 ),
1011 developers := List (
1112 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+ )
1514 )
1615)
1716
@@ -40,7 +39,7 @@ val commonSettings = Seq(
4039 case Some ((2 , _)) => Seq (s " -release: $jdkVersion" )
4140 case _ => Seq (s " -java-output-version: $jdkVersion" )
4241 }
43- },
42+ }
4443)
4544
4645val 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 " )
22
33addSbtPlugin(" org.typelevel" % " sbt-tpolecat" % " 0.5.2" )
44
You can’t perform that action at this time.
0 commit comments