Skip to content

Commit e9ba17b

Browse files
committed
Merge branch 'update/abi-4.5.10'
2 parents 81c67f7 + a6309a4 commit e9ba17b

File tree

5 files changed

+5
-116
lines changed

5 files changed

+5
-116
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
*~
44
.cache
55
.ethereum/
6+
.github/
67
.idea/
78
.idea_modules/
89
.project

build.sbt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ organization := "com.micronautics"
22

33
name := "web3j-scala"
44

5-
version := "4.5.8"
5+
val web3jVersion = "4.5.10"
6+
version := web3jVersion
67

78
scalaVersion := "2.13.1"
89
//scalaVersion := "2.12.10"
@@ -61,10 +62,10 @@ javacOptions ++= Seq(
6162

6263
resolvers ++= Seq(
6364
"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"
6567
)
6668

67-
val web3jVersion = "4.5.8"
6869
libraryDependencies ++= Seq(
6970
"org.scala-lang.modules" %% "scala-collection-compat" % "2.1.3" withSources(),
7071
// See https://docs.web3j.io/modules.html

core-4.5.8.pom

Lines changed: 0 additions & 96 deletions
This file was deleted.

eclipse.sbt

Lines changed: 0 additions & 14 deletions
This file was deleted.

project/plugins.sbt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// See https://github.com/typesafehub/sbteclipse
2-
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.4")
3-
41
// See https://github.com/rtimush/sbt-updates
52
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.5.0")
63

0 commit comments

Comments
 (0)