Skip to content

Commit

Permalink
new version in pom and sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
PoslavskySV committed Apr 14, 2018
1 parent 5bee1bd commit 68f3f90
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rings.repl/rings.repl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

ringsVersion=2.3.1
ringsVersion=2.3.2
ringsString="Rings ${ringsVersion}: efficient Java/Scala library for polynomial rings."

# CHECK JAVA VERSION
Expand Down
4 changes: 2 additions & 2 deletions rings.scaladsl/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ organization := "cc.redberry"

name := "rings.scaladsl"

version := "2.3.1"
version := "2.3.2"

scalaVersion := "2.12.3"

Expand All @@ -15,7 +15,7 @@ moduleName := name.value
resolvers += Resolver.mavenLocal

libraryDependencies ++= Seq(
"cc.redberry" % "rings" % "2.3.1",
"cc.redberry" % "rings" % "2.3.2",
"junit" % "junit" % "4.12" % Test,
"com.novocode" % "junit-interface" % "0.11" % Test exclude("junit", "junit-dep")
)
Expand Down
2 changes: 1 addition & 1 deletion rings/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>cc.redberry</groupId>
<artifactId>rings</artifactId>
<version>2.3.1</version>
<version>2.3.2</version>
<packaging>jar</packaging>
<name>rings</name>
<url>https://github.com/PoslavskySV/rings/</url>
Expand Down

0 comments on commit 68f3f90

Please sign in to comment.