File tree Expand file tree Collapse file tree 5 files changed +5
-116
lines changed Expand file tree Collapse file tree 5 files changed +5
-116
lines changed Original file line number Diff line number Diff line change 3
3
* ~
4
4
.cache
5
5
.ethereum /
6
+ .github /
6
7
.idea /
7
8
.idea_modules /
8
9
.project
Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ organization := "com.micronautics"
2
2
3
3
name := " web3j-scala"
4
4
5
- version := " 4.5.8"
5
+ val web3jVersion = " 4.5.10"
6
+ version := web3jVersion
6
7
7
8
scalaVersion := " 2.13.1"
8
9
// scalaVersion := "2.12.10"
@@ -61,10 +62,10 @@ javacOptions ++= Seq(
61
62
62
63
resolvers ++= Seq (
63
64
" Ethereum Maven" at " https://dl.bintray.com/ethereum/maven/" ,
64
- " bintray" at " https://bintray.com/web3j/maven/org.web3j"
65
+ " bintray" at " https://bintray.com/web3j/maven/org.web3j" ,
66
+ " Snapshots" at " https://oss.sonatype.org/content/repositories/snapshots"
65
67
)
66
68
67
- val web3jVersion = " 4.5.8"
68
69
libraryDependencies ++= Seq (
69
70
" org.scala-lang.modules" %% " scala-collection-compat" % " 2.1.3" withSources(),
70
71
// See https://docs.web3j.io/modules.html
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- // See https://github.com/typesafehub/sbteclipse
2
- addSbtPlugin(" com.typesafe.sbteclipse" % " sbteclipse-plugin" % " 5.2.4" )
3
-
4
1
// See https://github.com/rtimush/sbt-updates
5
2
addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.5.0" )
6
3
You can’t perform that action at this time.
0 commit comments